remove sponge buildscript

This commit is contained in:
dfsek
2021-07-22 18:29:16 -07:00
parent 8ae457b251
commit cdcbd28aa0
-28
View File
@@ -1,28 +0,0 @@
import com.dfsek.terra.configureCommon
plugins {
java
id("org.spongepowered.plugin").version("0.9.0")
}
configureCommon()
group = "com.dfsek.terra"
repositories {
mavenCentral()
jcenter()
}
dependencies {
"compileOnly"("org.spongepowered:spongeapi:7.2.0")
"shadedApi"(project(":common:implementation"))
"shadedImplementation"("org.yaml:snakeyaml:1.27")
"shadedImplementation"("com.googlecode.json-simple:json-simple:1.1.1")
}
sponge {
plugin {
id = "terra"
}
}