mirror of https://github.com/zlatinb/muwire
up gradle and groovy versions for building with JDK 17
parent
9e9f429cad
commit
b21604b2ba
|
@ -12,7 +12,7 @@ You can find technical documentation in the [doc] folder. Also check out the [W
|
||||||
|
|
||||||
## Building
|
## 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
|
./gradlew clean assemble
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
group = com.muwire
|
group = com.muwire
|
||||||
version = 0.8.10
|
version = 0.8.10
|
||||||
i2pVersion = 1.6.1
|
i2pVersion = 1.6.1
|
||||||
groovyVersion = 3.0.8
|
groovyVersion = 3.0.9
|
||||||
griffonVersion= 2.15.1
|
griffonVersion= 2.15.1
|
||||||
slf4jVersion = 1.7.25
|
slf4jVersion = 1.7.25
|
||||||
spockVersion = 1.1-groovy-2.4
|
spockVersion = 1.1-groovy-2.4
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
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
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
|
Loading…
Reference in New Issue