Skip to content

Commit

Permalink
Updated Gradle -> 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoutanov committed Jan 30, 2019
1 parent 1a97f37 commit 2c61620
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.fork=true
org.gradle.jvmargs=--illegal-access=warn --add-opens=java.base/java.lang=ALL-UNNAMED
org.gradle.configureondemand=true
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\:https://services.gradle.org/distributions/gradle-4.10.2-bin.zip
distributionUrl=https\:https://services.gradle.org/distributions/gradle-5.1.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
rootProject.name = 'indigo'
enableFeaturePreview('STABLE_PUBLISHING') // Gradle 5.0 forward compatibility testing

include 'indigo-commons'
project(':indigo-commons').projectDir = new File(settingsDir, 'commons')
Expand Down

0 comments on commit 2c61620

Please sign in to comment.