mirror of
https://github.com/Artillex-Studios/AxMinions.git
synced 2025-02-18 01:31:40 +01:00
Fix dumbness issue
This commit is contained in:
parent
94692385b6
commit
e327644f4d
@ -1,4 +1,4 @@
|
|||||||
group = 'com.artillexstudios.axminions'
|
group = 'com.artillexstudios.axminions.api'
|
||||||
version = rootProject.version
|
version = rootProject.version
|
||||||
|
|
||||||
shadowJar {
|
shadowJar {
|
||||||
|
@ -134,6 +134,14 @@ allprojects {
|
|||||||
compileOnly 'org.black_ixx:playerpoints:3.2.6'
|
compileOnly 'org.black_ixx:playerpoints:3.2.6'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
compileKotlin {
|
||||||
|
kotlinOptions {
|
||||||
|
javaParameters = true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
shadowJar {
|
shadowJar {
|
||||||
relocate("com.artillexstudios.axapi", "com.artillexstudios.axminions.libs.axapi")
|
relocate("com.artillexstudios.axapi", "com.artillexstudios.axminions.libs.axapi")
|
||||||
relocate("org.h2", "com.artillexstudios.axminions.libs.h2")
|
relocate("org.h2", "com.artillexstudios.axminions.libs.h2")
|
||||||
@ -147,7 +155,6 @@ allprojects {
|
|||||||
relocate("org.slf4j", "com.artillexstudios.axminions.libs.slf4j")
|
relocate("org.slf4j", "com.artillexstudios.axminions.libs.slf4j")
|
||||||
relocate("org.intellij.lang.annotations", "com.artillexstudios.axminions.libs.intellij.annotations")
|
relocate("org.intellij.lang.annotations", "com.artillexstudios.axminions.libs.intellij.annotations")
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
kotlin {
|
kotlin {
|
||||||
jvmToolchain(17)
|
jvmToolchain(17)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
group = 'com.artillexstudios.axminions'
|
group = 'com.artillexstudios.axminions.common'
|
||||||
version = rootProject.version
|
version = rootProject.version
|
||||||
|
|
||||||
processResources {
|
processResources {
|
||||||
|
Loading…
Reference in New Issue
Block a user