Skip to content

Commit

Permalink
Merge 29735e6 into 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Apr 27, 2021
2 parents 6e3e261 + 29735e6 commit 79b3541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -257,11 +257,11 @@ subprojects {
maven { url "https://oss.sonatype.org/content/repositories/releases/" }
maven { url 'https://repo.spring.io/milestone' }
if (version.endsWith('-SNAPSHOT') || version.contains('-SNAPSHOT-')) { //classic or customized snapshots
if (System.getenv()["bamboo_buildNumber"] == null) {
if (System.getenv()["GITHUB_ACTION"] == null) {
mavenLocal()
}
else {
println 'Bamboo CI detected, avoiding use of mavenLocal()'
println 'GitHub Action detected, avoiding use of mavenLocal()'
}
maven { url 'https://repo.spring.io/snapshot' }
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
Expand Down

0 comments on commit 79b3541

Please sign in to comment.