update tooling for 1.18

This commit is contained in:
dfsek
2021-11-20 18:09:40 -07:00
parent da4d6b26d8
commit 4b944ee2fe
5 changed files with 18 additions and 20 deletions

View File

@@ -8,11 +8,6 @@ repositories {
}
}
java {
sourceCompatibility = JavaVersion.VERSION_16
targetCompatibility = JavaVersion.VERSION_16
}
dependencies {
"shadedApi"(project(":common:implementation"))
"annotationProcessor"("org.spongepowered:spongeapi:9.0.0-SNAPSHOT")