Commit 563b8a8c authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '2.3.x' into 2.4.x

See gh-25836
parents 38a4f135 e94f8bba
......@@ -103,6 +103,7 @@ test {
}
task fullJar(type: Jar) {
dependsOn configurations.loader
classifier = "full"
entryCompression = "stored"
from(configurations.runtimeClasspath) {
......
......@@ -42,6 +42,7 @@ sourceSets {
}
task reproducibleLoaderJar(type: Jar) {
dependsOn configurations.loader
from {
zipTree(configurations.loader.incoming.files.singleFile).matching {
exclude "META-INF/LICENSE.txt"
......@@ -55,6 +56,7 @@ task reproducibleLoaderJar(type: Jar) {
}
task reproducibleJarModeLayerToolsJar(type: Jar) {
dependsOn configurations.jarmode
from {
zipTree(configurations.jarmode.incoming.files.singleFile).matching {
exclude "META-INF/LICENSE.txt"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment