Skip to content

Commit

Permalink
Add repositories to fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
thombergs committed Apr 2, 2020
1 parent a3ea06d commit d2e5030
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ buildscript {
}
}

repositories {
jcenter()
}

plugins {
id 'java'
id 'java-library'
id 'io.spring.dependency-management' version '1.0.9.RELEASE'
id 'org.jetbrains.kotlin.jvm' version '1.3.41'
}

repositories {
jcenter()
}

group = 'com.atlassian'
// run gradle with "-Dsnapshot=true" to automatically append "-SNAPSHOT" to the version
version = '1.2.4' + (Boolean.valueOf(System.getProperty("snapshot")) ? "-SNAPSHOT" : "")
Expand Down

0 comments on commit d2e5030

Please sign in to comment.