progress
This commit is contained in:
+1
-23
@@ -22,36 +22,14 @@ allprojects {
|
||||
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
mavenLocal()
|
||||
|
||||
maven { url = uri("https://jitpack.io") }
|
||||
maven { url = uri("https://gitlab.com/api/v4/projects/19978391/packages/maven") }
|
||||
maven { url = uri("https://hub.spigotmc.org/nexus/content/repositories/snapshots/") }
|
||||
maven { url = uri("https://repo.extendedclip.com/content/repositories/placeholderapi/") }
|
||||
maven { url = uri("https://repo.codemc.org/repository/maven-public") }
|
||||
maven { url = uri("https://oss.sonatype.org/content/repositories/snapshots") }
|
||||
maven { url = uri("https://repo.codemc.io/repository/nms/") }
|
||||
maven { url = uri("https://repo.ajg0702.us") }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testImplementation("junit:junit:4.12")
|
||||
|
||||
implementation(project(":free"))
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
tasks.shadowJar {
|
||||
relocate("us.ajg0702.utils", "us.ajg0702.queue.utils")
|
||||
relocate("org.bstats", "us.ajg0702.bstats")
|
||||
relocate("net.kyori", "us.ajg0702.queue.kyori")
|
||||
relocate("org.spongepowered.configurate", "us.ajg0702.queue.configurate")
|
||||
archiveFileName.set("${archiveBaseName.get()}-${archiveVersion.get()}.${archiveExtension.get()}")
|
||||
}
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
create<MavenPublication>("mavenJava") {
|
||||
|
||||
Reference in New Issue
Block a user