mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-12-04 13:54:35 +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" }
|
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" }
|
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" }
|
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-plugin = { module = "junit:junit", version.ref = "junit-version" }
|
||||||
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit-jupiter-version" }
|
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit-jupiter-version" }
|
||||||
mockito = { module = "org.mockito:mockito-core", version.ref = "mockito-version" }
|
mockito = { module = "org.mockito:mockito-core", version.ref = "mockito-version" }
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
plugins {
|
plugins {
|
||||||
alias(libs.plugins.shadowjar)
|
alias(libs.plugins.shadowjar)
|
||||||
`maven-publish`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
@ -20,7 +19,6 @@ tasks {
|
|||||||
}
|
}
|
||||||
|
|
||||||
build {
|
build {
|
||||||
dependsOn(publish)
|
|
||||||
dependsOn(shadowJar)
|
dependsOn(shadowJar)
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -30,16 +28,3 @@ tasks {
|
|||||||
archiveClassifier.set("shadow")
|
archiveClassifier.set("shadow")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
publishing {
|
|
||||||
publications {
|
|
||||||
create<MavenPublication>("relocated") {
|
|
||||||
artifact(tasks["shadowJar"]) {
|
|
||||||
classifier = null
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
repositories {
|
|
||||||
mavenLocal()
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user