mirror of
https://hub.gitmirror.com/https://github.com/gradle/actions.git
synced 2025-10-28 16:40:02 +08:00
10 lines
214 B
Groovy
10 lines
214 B
Groovy
buildscript {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
}
|
|
dependencies {
|
|
classpath "org.gradle:github-dependency-graph-gradle-plugin:0.0.3"
|
|
}
|
|
}
|
|
apply plugin: org.gradle.github.GitHubDependencyGraphPlugin
|