We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a90dc39 commit 029232aCopy full SHA for 029232a
README.md
@@ -62,11 +62,15 @@ java -jar fallout-curve-table.jar -s misc/curvetables/json/creatures/armor/ -d m
62
```
63
64
## Development
65
+### Requirements
66
+* JDK 11 (not newer)
67
+
68
+### Releasing
69
```bash
70
gradlew runtimeZip # Create distribution ZIPs in the `build/image/` directory
71
72
-### JDK downloads
73
+#### JDK downloads
74
Compiling distributions requires access to JDKs for the target platforms.
75
These JDKs are automatically downloaded to `build/jdks/`.
76
This directory can be overridden with environment variable `JLINK_JDK_DIR`.
gradle.properties
@@ -1,5 +1,5 @@
1
group = com.fwdekker
2
-version = 1.1.2-dev
+version = 1.2.0
3
4
kotlin.code.style = official
5
0 commit comments