You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A mature Minecraft plugin API (not including an implementation), licensed under the [MIT License].
4
4
@@ -11,7 +11,7 @@ A mature Minecraft plugin API (not including an implementation), licensed under
11
11
*[Discord]`#plugins`
12
12
13
13
## Prerequisites
14
-
*[Java]8 (JDK 16 recommended for development)
14
+
*[Java]17
15
15
16
16
## Clone
17
17
The following steps will ensure your project is cloned properly.
@@ -24,7 +24,7 @@ __Note:__ If you do not have [Gradle] installed then use ./gradlew for Unix syst
24
24
25
25
In order to build SpongeAPI you simply need to run the `gradle` command. You can find the compiled JAR file in `./build/libs` labeled similarly to 'spongeapi-x.x.x-SNAPSHOT.jar'.
26
26
27
-
Sponge will use a javac version of *at least*11. If an older JDK is used to launch Gradle, JDK 11 will be downloaded automatically.
27
+
Sponge will use a javac version of *at least*17. If an older JDK is used to launch Gradle, JDK 17 will be downloaded automatically.
28
28
29
29
## Contributing
30
30
Are you a talented programmer looking to contribute some code? We'd love the help!
@@ -37,9 +37,9 @@ Are you a talented programmer looking to contribute some code? We'd love the hel
0 commit comments