Skip to content

Commit

Permalink
Supply plugin portal URL directly
Browse files Browse the repository at this point in the history
The 'gradlePluginPortal()' convenience isn't supported in older Gradle versions.
  • Loading branch information
bigdaz committed Jul 8, 2023
1 parent 9a4d99b commit 1e71bce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
repositories {
gradlePluginPortal()
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath "org.gradle:github-dependency-graph-gradle-plugin:0.0.3"
Expand Down

0 comments on commit 1e71bce

Please sign in to comment.