Skip to content

Commit

Permalink
chore(build): upgraded to gradle 5.0 (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpowell authored and dibyom committed Apr 23, 2019
1 parent 849ab8a commit d912d40
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions fiat-api/fiat-api.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dependencies {
compileOnly spinnaker.dependency("korkWeb")
compileOnly spinnaker.dependency("kork")
compileOnly spinnaker.dependency("lombok")
annotationProcessor spinnaker.dependency("lombok")
compileOnly spinnaker.dependency("okHttp")
compileOnly spinnaker.dependency("okHttpUrlconnection")
compileOnly spinnaker.dependency("okHttpApache")
Expand Down
1 change: 1 addition & 0 deletions fiat-core/fiat-core.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dependencies {
compileOnly spinnaker.dependency("retrofitJackson")

compileOnly spinnaker.dependency("lombok")
annotationProcessor spinnaker.dependency("lombok")

compile "org.apache.commons:commons-lang3:3.4"
compile spinnaker.dependency("slf4jApi")
Expand Down
1 change: 1 addition & 0 deletions fiat-file/fiat-file.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ dependencies {
compile "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:${spinnaker.version('jackson')}"

compileOnly spinnaker.dependency("lombok")
annotationProcessor spinnaker.dependency("lombok")

}
1 change: 1 addition & 0 deletions fiat-github/fiat-github.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ dependencies {
compile spinnaker.dependency("retrofitJackson")

compileOnly spinnaker.dependency("lombok")
annotationProcessor spinnaker.dependency("lombok")
}
1 change: 1 addition & 0 deletions fiat-google-groups/fiat-google-groups.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ dependencies {
compile project(":fiat-core")

compileOnly spinnaker.dependency("lombok")
annotationProcessor spinnaker.dependency("lombok")

compile spinnaker.dependency("bootWeb")
compile spinnaker.dependency("commonsLang")
Expand Down
1 change: 1 addition & 0 deletions fiat-ldap/fiat-ldap.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dependencies {
compileOnly spinnaker.dependency("retrofitJackson")

compileOnly spinnaker.dependency("lombok")
annotationProcessor spinnaker.dependency("lombok")

compile "org.springframework.security:spring-security-ldap:${spinnaker.version('springSecurity')}"

Expand Down
1 change: 1 addition & 0 deletions fiat-roles/fiat-roles.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dependencies {
spinnaker.group("retrofitDefault")

compileOnly spinnaker.dependency("lombok")
annotationProcessor spinnaker.dependency("lombok")

compile spinnaker.dependency("bootActuator")
compile spinnaker.dependency("bootWeb")
Expand Down
1 change: 1 addition & 0 deletions fiat-web/fiat-web.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dependencies {
spinnaker.group('retrofitDefault')

compileOnly spinnaker.dependency("lombok")
annotationProcessor spinnaker.dependency("lombok")

compile spinnaker.dependency('bootActuator')
compile spinnaker.dependency('bootWeb')
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.3.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit d912d40

Please sign in to comment.