Upgrade cloud & gradle, fix unregistering of plugins command

This commit is contained in:
Frank van der Heijden 2022-08-21 14:00:26 +02:00
parent f444c42a2f
commit 9e54ce35da
No known key found for this signature in database
GPG key ID: 4BC514A52A496F84
10 changed files with 29 additions and 16 deletions

View file

@ -25,7 +25,7 @@ dependencies {
}
implementation("org.bstats:bstats-bungeecord:${VersionConstants.bstatsVersion}")
implementation(project(":Common"))
compileOnly("net.md-5:bungeecord-api:1.18-R0.1-SNAPSHOT")
compileOnly("net.md-5:bungeecord-api:1.19-R0.1-SNAPSHOT")
}
tasks.withType<ShadowJar> {