mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-19 07:11:14 +00:00
reset sponge build
This commit is contained in:
@@ -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")!!)
|
||||
}
|
||||
Reference in New Issue
Block a user