Skip to content

Commit

Permalink
chore(build): gradle 6.5 (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
cfieber committed Jun 24, 2020
1 parent 416ff4f commit cb00b76
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
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-6.4.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion igor-web/igor-web.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext {
springConfigLocation = System.getProperty('spring.config.additional-location', "${System.getProperty('user.home')}/.spinnaker/")
springConfigLocation = System.getProperty('spring.config.additional-location', "${System.getProperty('user.home')}/.spinnaker/".toString())
}

apply plugin: 'io.spinnaker.package'
Expand Down
2 changes: 2 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
}
}

enableFeaturePreview("VERSION_ORDERING_V2")

rootProject.name='igor'

include 'igor-bom',
Expand Down

0 comments on commit cb00b76

Please sign in to comment.