mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-10-18 05:52:39 +08:00
Copy dependency graph init script to Gradle Home
- Temporarily use a hard-coded plugin for convenience
This commit is contained in:
Binary file not shown.
@@ -1,12 +1,7 @@
|
||||
import org.gradle.github.GitHubDependencyGraphPlugin
|
||||
// TODO:DAZ This should be conditionally applied, since the script may be present when not required.
|
||||
initscript {
|
||||
repositories {
|
||||
maven {
|
||||
url = uri("https://plugins.gradle.org/m2/")
|
||||
}
|
||||
}
|
||||
dependencies {
|
||||
classpath("org.gradle:github-dependency-graph-gradle-plugin:+")
|
||||
classpath files("github-dependency-graph-gradle-plugin-0.0.3.jar")
|
||||
}
|
||||
}
|
||||
apply plugin: GitHubDependencyGraphPlugin
|
||||
apply plugin: org.gradle.github.GitHubDependencyGraphPlugin
|
||||
|
Reference in New Issue
Block a user