Skip to content

Commit 06b6c5c

Browse files
committed
release FXGL 17
1 parent 4030b14 commit 06b6c5c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff 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

6767
Make 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

8383
Please refer to the template if there are any errors.
8484

@@ -88,11 +88,11 @@ repositories {
8888
}
8989
9090
dependencies {
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

0 commit comments

Comments
 (0)