Commit 06b6c5c 1 parent 4030b14 commit 06b6c5c Copy full SHA for 06b6c5c
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -62,23 +62,23 @@ Otherwise, see:
62
62
63
63
### Maven
64
64
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 +)
66
66
67
67
Make sure to set ` <release>11</release> ` for ` maven-compiler-plugin ` .
68
68
69
69
``` xml
70
70
<dependency >
71
71
<groupId >com.github.almasb</groupId >
72
72
<artifactId >fxgl</artifactId >
73
- <version >11. 17</version >
73
+ <version >17</version >
74
74
</dependency >
75
75
```
76
76
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 .
78
78
79
79
### Gradle
80
80
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 +)
82
82
83
83
Please refer to the template if there are any errors.
84
84
@@ -88,11 +88,11 @@ repositories {
88
88
}
89
89
90
90
dependencies {
91
- compile 'com.github.almasb:fxgl:11. 17'
91
+ compile 'com.github.almasb:fxgl:17'
92
92
}
93
93
```
94
94
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 .
96
96
97
97
### Modularity
98
98
You can’t perform that action at this time.
0 commit comments