Skip to content

Commit

Permalink
build.gradle: Use gradlePluginPortal() instead of string literal
Browse files Browse the repository at this point in the history
  • Loading branch information
ejona86 committed Jan 20, 2023
1 parent ccf96a9 commit 781fad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ version = '0.10.0-SNAPSHOT'
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")

repositories {
maven { url "https://plugins.gradle.org/m2/" }
gradlePluginPortal()
google()
}

Expand Down

0 comments on commit 781fad2

Please sign in to comment.