mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-06-07 16:56:12 +02:00
Switch back to using published plugin
This commit is contained in:
parent
d0ffeaa089
commit
820b228f28
3 changed files with 4 additions and 6 deletions
Binary file not shown.
|
@ -1,6 +1,9 @@
|
|||
buildscript {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
}
|
||||
dependencies {
|
||||
classpath files("github-dependency-graph-gradle-plugin-0.0.3.jar")
|
||||
classpath "org.gradle:github-dependency-graph-gradle-plugin:0.0.3"
|
||||
}
|
||||
}
|
||||
apply plugin: org.gradle.github.GitHubDependencyGraphPlugin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue