mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-12-03 13:44:16 +01:00
No need to publish minimessage anymore
This commit is contained in:
parent
6e64b9993c
commit
782c944e44
@ -41,7 +41,6 @@ org-spigotmc-spigot = { module = "org.spigotmc:spigot", version.ref = "org-spigo
|
||||
org-spigotmc-spigot-api = { module = "org.spigotmc:spigot-api", version.ref = "org-spigotmc-spigot-latest" }
|
||||
com-retro-packetevents = { module = "com.github.retrooper:packetevents-spigot", version.ref = "com-retro-packetevents-version" }
|
||||
org-projectlombok-lombok = { module = "org.projectlombok:lombok", version.ref = "lombok-version" }
|
||||
#libsdisguises-minimessage = { module = "me.libraryaddict.disguises:minimessage", version = "1.0-SNAPSHOT" }
|
||||
junit-plugin = { module = "junit:junit", version.ref = "junit-version" }
|
||||
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit-jupiter-version" }
|
||||
mockito = { module = "org.mockito:mockito-core", version.ref = "mockito-version" }
|
||||
|
@ -1,6 +1,5 @@
|
||||
plugins {
|
||||
alias(libs.plugins.shadowjar)
|
||||
`maven-publish`
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@ -20,7 +19,6 @@ tasks {
|
||||
}
|
||||
|
||||
build {
|
||||
dependsOn(publish)
|
||||
dependsOn(shadowJar)
|
||||
}
|
||||
|
||||
@ -29,17 +27,4 @@ tasks {
|
||||
relocate("net.kyori", "libsdisg.shaded.net.kyori")
|
||||
archiveClassifier.set("shadow")
|
||||
}
|
||||
}
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
create<MavenPublication>("relocated") {
|
||||
artifact(tasks["shadowJar"]) {
|
||||
classifier = null
|
||||
}
|
||||
}
|
||||
}
|
||||
repositories {
|
||||
mavenLocal()
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user