reset sponge build

This commit is contained in:
dfsek
2021-07-30 10:45:24 -07:00
parent 6010ea3bd6
commit df6cdf37aa
7 changed files with 10 additions and 268 deletions
+10
View File
@@ -0,0 +1,10 @@
repositories {
maven {
url = uri("https://repo-new.spongepowered.org/repository/maven-public/")
}
}
dependencies {
"shadedApi"(project(":common:implementation"))
annotationProcessor(implementation("org.spongepowered:spongeapi:8.0.0-SNAPSHOT")!!)
}