Skip to content

Commit

Permalink
Use gradlePluginPortal()
Browse files Browse the repository at this point in the history
Closes gh-18
  • Loading branch information
rainboyan committed Nov 14, 2024
1 parent 806f852 commit f5c71ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
buildscript {
repositories {
mavenCentral()
maven { url "https://plugins.gradle.org/m2/" }
maven { url 'https://repo.gradle.org/gradle/libs-releases' }
gradlePluginPortal()
if (project.projectVersion.endsWith('-SNAPSHOT')) {
maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots/" }
}
Expand Down

0 comments on commit f5c71ba

Please sign in to comment.