mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-06-07 16:56:12 +02:00
Copy dependency graph init script to Gradle Home
- Temporarily use a hard-coded plugin for convenience
This commit is contained in:
parent
d7761f188f
commit
a6ad1901be
3 changed files with 13 additions and 9 deletions
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue