File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,23 +62,23 @@ Otherwise, see:
6262
6363### Maven
6464
65- * [ Maven] ( https://github.com/AlmasB/FXGL-MavenGradle ) template project if you use Java and/or Kotlin (Java 11 +)
65+ * [ Maven] ( https://github.com/AlmasB/FXGL-MavenGradle ) template project if you use Java and/or Kotlin (Java 17 +)
6666
6767Make sure to set ` <release>11</release> ` for ` maven-compiler-plugin ` .
6868
6969``` xml
7070<dependency >
7171 <groupId >com.github.almasb</groupId >
7272 <artifactId >fxgl</artifactId >
73- <version >11. 17</version >
73+ <version >17</version >
7474</dependency >
7575```
7676
77- Note: use ` 0.5.4 ` for Java 8-10.
77+ Note: use ` 0.5.4 ` for Java 8-10 and ` 11.17 ` for Java 11-16 .
7878
7979### Gradle
8080
81- * [ Gradle] ( https://github.com/AlmasB/FXGL-MavenGradle ) template project if you use Java and/or Kotlin (Java 11 +)
81+ * [ Gradle] ( https://github.com/AlmasB/FXGL-MavenGradle ) template project if you use Java and/or Kotlin (Java 17 +)
8282
8383Please refer to the template if there are any errors.
8484
@@ -88,11 +88,11 @@ repositories {
8888}
8989
9090dependencies {
91- compile 'com.github.almasb:fxgl:11. 17'
91+ compile 'com.github.almasb:fxgl:17'
9292}
9393```
9494
95- Note: use ` 0.5.4 ` for Java 8-10.
95+ Note: use ` 0.5.4 ` for Java 8-10 and ` 11.17 ` for Java 11-16 .
9696
9797### Modularity
9898
You can’t perform that action at this time.
0 commit comments