15 lines
355 B
Plaintext
15 lines
355 B
Plaintext
@file:Suppress("VulnerableLibrariesLocal", "GradlePackageVersionRange", "GradlePackageUpdate")
|
|
|
|
dependencies {
|
|
compileOnly("cn.hamster3.mc.plugin:core-common:+")
|
|
|
|
compileOnly("com.google.code.gson:gson:2.8.0")
|
|
compileOnly("com.google.guava:guava:31.0-jre")
|
|
}
|
|
|
|
tasks {
|
|
withType<Jar> {
|
|
archiveBaseName = "HamsterBall-Common"
|
|
}
|
|
}
|