up gradle and groovy versions for building with JDK 17

auto-update
Zlatin Balevsky 2021-12-08 15:16:15 +00:00
parent 9e9f429cad
commit b21604b2ba
No known key found for this signature in database
GPG Key ID: A72832072D525E41
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ You can find technical documentation in the [doc] folder. Also check out the [W
## Building
You need JDK 11 (newer versions may not work). After installing that and setting up the appropriate paths, just type
You need a JDK version between 11 and 17 inclusive. Nnewer versions may not work. After installing that and setting up the appropriate paths, just type
```
./gradlew clean assemble

View File

@ -1,7 +1,7 @@
group = com.muwire
version = 0.8.10
i2pVersion = 1.6.1
groovyVersion = 3.0.8
groovyVersion = 3.0.9
griffonVersion= 2.15.1
slf4jVersion = 1.7.25
spockVersion = 1.1-groovy-2.4

View File

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists