Fixed mapped jar output issues
This commit is contained in:
@@ -7,7 +7,11 @@ plugins {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(":eco-api")
|
implementation project(":eco-api")
|
||||||
implementation project(":eco-core").getSubprojects()
|
implementation project(":eco-core:core-plugin")
|
||||||
|
implementation project(":eco-core:core-proxy")
|
||||||
|
implementation project(":eco-core:core-backend")
|
||||||
|
implementation project(":eco-core:core-nms:v1_16_R3")
|
||||||
|
implementation project(path: ":eco-core:core-nms:v1_17_R1", configuration: 'mapped')
|
||||||
}
|
}
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
|
|||||||
@@ -17,8 +17,6 @@ java {
|
|||||||
withJavadocJar()
|
withJavadocJar()
|
||||||
}
|
}
|
||||||
|
|
||||||
compileJava.options.encoding = 'UTF-8'
|
|
||||||
compileJava.dependsOn clean
|
|
||||||
|
|
||||||
build.dependsOn publishToMavenLocal
|
build.dependsOn publishToMavenLocal
|
||||||
|
|
||||||
|
|||||||
@@ -14,6 +14,14 @@ specialGradle {
|
|||||||
specialSourceVersion.set("1.10.0")
|
specialSourceVersion.set("1.10.0")
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks {
|
buildTools {
|
||||||
build.dependsOn productionMappedJar
|
quiet.set(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
configurations.create('mapped')
|
||||||
|
|
||||||
|
artifacts {
|
||||||
|
mapped jar.outputs.files.files.toArray()[0]
|
||||||
|
}
|
||||||
|
|
||||||
|
build.dependsOn productionMappedJar
|
||||||
Reference in New Issue
Block a user