mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-02-19 18:42:53 -05:00
9 lines
245 B
Groovy
9 lines
245 B
Groovy
buildscript {
|
|
repositories {
|
|
maven { url "https://plugins.gradle.org/m2/" }
|
|
}
|
|
dependencies {
|
|
classpath "org.gradle:github-dependency-graph-gradle-plugin:1.0.0-rc-1"
|
|
}
|
|
}
|
|
apply plugin: org.gradle.github.GitHubDependencyGraphPlugin
|