mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
Wire new init-script into action
- Copy init-script to Gradle User Home - Rename init-scripts for consistency and clarity
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
maven { url "https://plugins.gradle.org/m2/" }
|
||||
}
|
||||
dependencies {
|
||||
classpath "org.gradle:github-dependency-graph-gradle-plugin:0.2.0"
|
||||
}
|
||||
}
|
||||
apply plugin: org.gradle.github.GitHubDependencyGraphPlugin
|
||||
Reference in New Issue
Block a user