We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f2fa67 commit e5f4c30Copy full SHA for e5f4c30
cloudnet-rest-module/build.gradle.kts
@@ -53,8 +53,8 @@ dependencies {
53
compileOnly(libs.logbackCore)
54
compileOnly(libs.logbackClassic)
55
56
- compileOnly("eu.cloudnetservice.cloudnet:node:4.0.0-RC11-SNAPSHOT")
57
- compileOnly("eu.cloudnetservice.cloudnet:bridge:4.0.0-RC11-SNAPSHOT")
+ compileOnly("eu.cloudnetservice.cloudnet:node:4.0.0-SNAPSHOT")
+ compileOnly("eu.cloudnetservice.cloudnet:bridge:4.0.0-SNAPSHOT")
58
}
59
60
tasks.withType<Jar> {
0 commit comments