File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ Check out the following links to learn how to use FastJ:
6464Please view the [build.gradle](build.gradle) file -- it contains general instructions for modifying the base example.
6565
6666
67- [jdk-link]: https://adoptopenjdk .net/? variant=openjdk16 " Java JDK Download"
67+ [jdk-link]: https://adoptium .net/? variant=openjdk17 " Java JDK Download"
6868[Terminals Are Different]: https://gist.github.com/lucasstarsz/9bbc306f8655b916367d557043e498ad " Terminals Access Files Differently"
6969[example-programs-readme-link]: http://fastj.me/tree/main/src/example " FastJ Examples"
7070[documentation-link]: https://javadoc.io/doc/io.github.lucasstarsz.fastj/fastj-library " FastJ API Documentation"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ plugins {
1111 * this, too. */
1212 id ' application'
1313 /* To create distributable files for your game, we use this jlink plugin. */
14- id ' org.beryx.jlink' version ' 2.24.4 '
14+ id ' org.beryx.jlink' version ' 2.25.0 '
1515}
1616
1717/* Your project's group name goes here.
@@ -44,9 +44,9 @@ repositories.maven {
4444repositories. mavenCentral()
4545
4646/* The dependency for FastJ, the game engine this template depends on. */
47- dependencies. implementation(' com.github.fastjengine:FastJ:1.6.0-SNAPSHOT-3 ' )
47+ dependencies. implementation(' com.github.fastjengine:FastJ:1.6.0' )
4848/* We'll stick with the simplest logging option for now -- you can change it however you need. */
49- dependencies. implementation(' org.slf4j:slf4j-simple:2.0.0-alpha3 ' )
49+ dependencies. implementation(' org.slf4j:slf4j-simple:2.0.0-alpha5 ' )
5050
5151
5252/* JLink is used to configure the executables and other distributions for your project. */
You can’t perform that action at this time.
0 commit comments