mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 17:12:51 +00:00
Supply plugin portal URL directly
The 'gradlePluginPortal()' convenience isn't supported in older Gradle versions.
This commit is contained in:
parent
9a4d99b236
commit
1e71bceb3f
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
buildscript {
|
buildscript {
|
||||||
repositories {
|
repositories {
|
||||||
gradlePluginPortal()
|
maven { url "https://plugins.gradle.org/m2/" }
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath "org.gradle:github-dependency-graph-gradle-plugin:0.0.3"
|
classpath "org.gradle:github-dependency-graph-gradle-plugin:0.0.3"
|
||||||
|
|
Loading…
Reference in a new issue