Skip to content

Commit

Permalink
Update to gradle 4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoellnitz committed Mar 14, 2018
1 parent 0e0de8b commit 29aab1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -548,7 +548,7 @@ version of Google App Engine is only supported up to version 0.4.
The code for dinistiq is prepared for building with Gradle. Gradle versions up
to 4.4.1 are tested to be working, while dinistiq starting from version 0.7
at least needs Gradle 2.12. We now use the gradle wrapper on CI servers and
switched to Gradle version 4.4 for all builds.
switched to Gradle version 4.6 for all builds.

|dinistiq Version|Works with |Compiles with|GAE support|
|:--------------:|:---------:|:-----------:|:---------:|
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-bin.zip

0 comments on commit 29aab1c

Please sign in to comment.