Boosters/api/build.gradle.kts
2021-11-04 17:57:55 +01:00

25 lines
507 B
Plaintext

plugins {
`maven-publish`
}
dependencies {
// Galaxy
compileOnly("com.alttd:galaxy-api:1.17.1-R0.1-SNAPSHOT")
}
//publishing {
// publications {
// create<MavenPublication>("mavenJava") {
// from(components["java"])
// }
// }
//
// repositories{
// maven {
// name = "maven"
// url = uri("http://leo:8081/")
// isAllowInsecureProtocol = true
// credentials(PasswordCredentials::class)
// }
// }
//}