-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(node+bukkit+bungeecord): Update to CloudNet 4.0.0-RC11
This patch updates the sample project to target the newly release CloudNet version 4.0.0-RC11. In doing so, this project now requires to be built with Java SDK 23 or newer. In addition, the Gradle samples have moved to a version catalog to ease the management and updates of dependencies and keeps all dependency versions in sync. Due to the latest update, the RPC samples have been updated as well.
- Loading branch information
1 parent
e40da9e
commit 3932a55
Showing
16 changed files
with
108 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
[versions] | ||
cloudnet = "4.0.0-RC11" | ||
juppiter = "0.4.0" | ||
|
||
spigot = "1.21.1-R0.1-SNAPSHOT" | ||
bungeecord = "1.21-R0.1-SNAPSHOT" | ||
|
||
slf4j = "2.0.16" | ||
junit = "5.11.2" | ||
|
||
[libraries] | ||
cloudnet-bom = { group = "eu.cloudnetservice.cloudnet", name = "bom", version.ref = "cloudnet" } | ||
cloudnet-bridge = { group = "eu.cloudnetservice.cloudnet", name = "bridge", version.ref = "cloudnet" } | ||
cloudnet-wrapper-jvm = { group = "eu.cloudnetservice.cloudnet", name = "wrapper-jvm", version.ref = "cloudnet" } | ||
cloudnet-platform-inject-api = { group = "eu.cloudnetservice.cloudnet", name = "platform-inject-api", version.ref = "cloudnet" } | ||
cloudnet-platform-inject-processor = { group = "eu.cloudnetservice.cloudnet", name = "platform-inject-processor", version.ref = "cloudnet" } | ||
cloudnet-node = { group = "eu.cloudnetservice.cloudnet", name = "node", version.ref = "cloudnet" } | ||
|
||
spigot-api = { group = "org.spigotmc", name = "spigot-api", version.ref = "spigot" } | ||
bungeecord-api = { group = "net.md-5", name = "bungeecord-api", version.ref = "bungeecord" } | ||
|
||
slf4j-api = { group = "org.slf4j", name = "slf4j-api", version.ref = "slf4j" } | ||
|
||
junit-bom = { group = "org.junit", name = "junit-bom", version.ref = "junit" } | ||
junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version.ref = "junit" } | ||
|
||
[plugins] | ||
juppiter = { id = "eu.cloudnetservice.juppiter", version.ref = "juppiter" } | ||
|
||
[bundles] | ||
spigot-plugin = [ | ||
"cloudnet-bridge", | ||
"cloudnet-wrapper-jvm", | ||
"cloudnet-platform-inject-api", | ||
"spigot-api", | ||
] | ||
|
||
bungeecord-plugin = [ | ||
"cloudnet-bridge", | ||
"cloudnet-wrapper-jvm", | ||
"cloudnet-platform-inject-api", | ||
"bungeecord-api", | ||
] | ||
|
||
node-module = [ | ||
"cloudnet-bridge", | ||
"cloudnet-node", | ||
"cloudnet-wrapper-jvm", | ||
"cloudnet-platform-inject-api", | ||
"slf4j-api", | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters