Progress but no progress?
This commit is contained in:
+13
-18
@@ -3,23 +3,18 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
// Galaxy
|
||||
compileOnly("com.alttd:galaxy-api:1.17.1-R0.1-SNAPSHOT")
|
||||
compileOnly("com.alttd:Galaxy-API:1.18.1-R0.1-SNAPSHOT")
|
||||
compileOnly("net.kyori:adventure-text-minimessage:4.2.0-SNAPSHOT") // Minimessage
|
||||
compileOnly("org.spongepowered:configurate-yaml:4.1.2") // Configurate
|
||||
compileOnly("net.luckperms:api:5.3") // Luckperms
|
||||
}
|
||||
|
||||
//publishing {
|
||||
// publications {
|
||||
// create<MavenPublication>("mavenJava") {
|
||||
// from(components["java"])
|
||||
// }
|
||||
// }
|
||||
//
|
||||
// repositories{
|
||||
// maven {
|
||||
// name = "maven"
|
||||
// url = uri("http://leo:8081/")
|
||||
// isAllowInsecureProtocol = true
|
||||
// credentials(PasswordCredentials::class)
|
||||
// }
|
||||
// }
|
||||
//}
|
||||
publishing {
|
||||
repositories{
|
||||
maven {
|
||||
name = "maven"
|
||||
url = uri("https://repo.destro.xyz/snapshots")
|
||||
credentials(PasswordCredentials::class)
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user