2023-10-01 18:46:23 +02:00
|
|
|
plugins {
|
|
|
|
id 'java-library'
|
|
|
|
id 'com.github.johnrengelman.shadow' version "8.1.1"
|
|
|
|
id 'maven-publish'
|
|
|
|
id 'java'
|
|
|
|
id 'org.jetbrains.kotlin.jvm' version '1.9.0'
|
|
|
|
}
|
|
|
|
|
|
|
|
group = 'com.artillexstudios.axminions'
|
|
|
|
version = '1.0-SNAPSHOT'
|
|
|
|
|
|
|
|
repositories {
|
|
|
|
mavenCentral()
|
|
|
|
|
|
|
|
maven {
|
|
|
|
url = uri('https://jitpack.io/')
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation project(path: ":api")
|
2023-10-04 20:30:39 +02:00
|
|
|
implementation project(path: ":common")
|
2023-10-15 17:29:21 +02:00
|
|
|
implementation project(path: ":nms:v1_20_R1", configuration: "reobf")
|
2023-10-01 18:46:23 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
allprojects {
|
|
|
|
apply plugin: 'org.jetbrains.kotlin.jvm'
|
|
|
|
apply plugin: 'java'
|
|
|
|
apply plugin: 'java-library'
|
|
|
|
apply plugin: 'com.github.johnrengelman.shadow'
|
|
|
|
|
|
|
|
kotlin {
|
|
|
|
jvmToolchain(17)
|
|
|
|
}
|
|
|
|
|
2023-10-05 19:15:36 +02:00
|
|
|
compileKotlin {
|
|
|
|
kotlinOptions {
|
|
|
|
javaParameters = true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-10-01 18:46:23 +02:00
|
|
|
repositories {
|
|
|
|
mavenCentral()
|
|
|
|
mavenLocal()
|
|
|
|
|
|
|
|
maven {
|
|
|
|
url = uri('https://hub.spigotmc.org/nexus/content/repositories/snapshots/')
|
|
|
|
}
|
|
|
|
|
|
|
|
maven {
|
|
|
|
url = uri('https://repo.rosewooddev.io/repository/public/' )
|
|
|
|
}
|
|
|
|
|
|
|
|
maven {
|
|
|
|
url = uri('https://repo.bg-software.com/repository/api/' )
|
|
|
|
}
|
|
|
|
|
|
|
|
maven {
|
|
|
|
url = uri('https://jitpack.io/')
|
|
|
|
}
|
|
|
|
|
|
|
|
maven {
|
|
|
|
url = uri('https://repo.alessiodp.com/releases/')
|
|
|
|
}
|
2023-10-14 21:07:11 +02:00
|
|
|
|
|
|
|
maven {
|
|
|
|
url = uri('https://repo.rosewooddev.io/repository/public/')
|
|
|
|
}
|
|
|
|
|
|
|
|
maven {
|
|
|
|
url = uri('https://repo.bg-software.com/repository/api/')
|
|
|
|
}
|
|
|
|
|
|
|
|
maven {
|
|
|
|
url = uri('https://repo.essentialsx.net/releases/')
|
|
|
|
}
|
|
|
|
|
|
|
|
maven {
|
|
|
|
url = uri('https://maven.enginehub.org/repo/')
|
|
|
|
}
|
|
|
|
|
|
|
|
maven {
|
|
|
|
url = uri('https://repo.codemc.org/repository/maven-snapshots')
|
|
|
|
}
|
|
|
|
|
|
|
|
maven {
|
|
|
|
url = uri('https://repo.codemc.org/repository/maven-public/')
|
|
|
|
}
|
2023-10-01 18:46:23 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
compileOnly 'org.spigotmc:spigot-api:1.20.1-R0.1-SNAPSHOT'
|
|
|
|
compileOnly 'dev.rosewood:rosestacker:1.5.11'
|
|
|
|
compileOnly 'com.bgsoftware:WildStackerAPI:2023.2'
|
|
|
|
compileOnly 'com.github.MilkBowl:VaultAPI:1.7'
|
|
|
|
compileOnly 'com.github.brcdev-minecraft:shopgui-api:3.0.0'
|
|
|
|
compileOnly 'org.jetbrains.kotlin:kotlin-stdlib:1.9.0'
|
2023-10-04 20:30:39 +02:00
|
|
|
compileOnly 'com.h2database:h2:2.2.220'
|
2023-10-14 21:07:11 +02:00
|
|
|
compileOnly 'dev.rosewood:rosestacker:1.5.9'
|
|
|
|
compileOnly 'com.bgsoftware:WildStackerAPI:2023.2'
|
|
|
|
compileOnly 'net.essentialsx:EssentialsX:2.19.0'
|
|
|
|
compileOnly 'com.github.Gypopo:EconomyShopGUI-API:1.6.0'
|
|
|
|
compileOnly 'com.github.Gypopo:EconomyShopGUI-API:1.6.0'
|
|
|
|
compileOnly 'com.github.brcdev-minecraft:shopgui-api:3.0.0'
|
|
|
|
compileOnly 'com.sk89q.worldguard:worldguard-bukkit:7.1.0-SNAPSHOT'
|
|
|
|
compileOnly 'com.bgsoftware:SuperiorSkyblockAPI:2023.2'
|
|
|
|
compileOnly 'world.bentobox:bentobox:1.24.0-SNAPSHOT'
|
|
|
|
compileOnly 'com.github.TechFortress:GriefPrevention:16.18'
|
|
|
|
compileOnly 'com.github.angeschossen:LandsAPI:6.29.12'
|
|
|
|
compileOnly 'com.intellectualsites.plotsquared:plotsquared-core:7.0.0-rc.4'
|
|
|
|
compileOnly 'com.intellectualsites.plotsquared:plotsquared-bukkit:7.0.0-rc.4'
|
|
|
|
implementation platform('com.intellectualsites.bom:bom-newest:1.35')
|
2023-10-01 18:46:23 +02:00
|
|
|
implementation files('../libs/AxAPI-1.0-SNAPSHOT.jar')
|
2023-10-21 19:29:05 +02:00
|
|
|
compileOnly files('../libs/CMI-API9.5.0.8.jar')
|
|
|
|
compileOnly files('../libs/IridiumSkyblock-3.2.12.jar')
|
|
|
|
compileOnly files('../libs/KingdomsX-1.16.12.jar')
|
2023-10-01 18:46:23 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
shadowJar {
|
|
|
|
relocate("com.artillexstudios.axapi", "com.artillexstudios.axminions.libs.axapi")
|
2023-10-07 20:29:20 +02:00
|
|
|
relocate("org.h2", "com.artillexstudios.axminions.libs.h2")
|
|
|
|
relocate("org.jetbrains.kotlin", "com.artillexstudios.axminions.libs.kotlin")
|
2023-10-01 18:46:23 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
kotlin {
|
|
|
|
jvmToolchain(17)
|
|
|
|
}
|