Skip to content

Commit

Permalink
Adjust repositories in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan authored and garyrussell committed Nov 24, 2020
1 parent 2b2bb89 commit b7663d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
buildscript {
ext.kotlinVersion = '1.3.50'
repositories {
mavenCentral()
maven { url 'https://repo.spring.io/plugins-release' }
}
dependencies {
Expand Down Expand Up @@ -86,6 +87,7 @@ allprojects {
}

repositories {
mavenCentral()
maven { url 'https://repo.spring.io/libs-milestone' }
if (version.endsWith('BUILD-SNAPSHOT')) {
maven { url 'https://repo.spring.io/libs-snapshot' }
Expand Down

0 comments on commit b7663d3

Please sign in to comment.