Ensure that upstream jars have been built
See gh-25835
This commit is contained in:
@@ -98,6 +98,7 @@ test {
|
||||
}
|
||||
|
||||
task fullJar(type: Jar) {
|
||||
dependsOn configurations.loader
|
||||
classifier = "full"
|
||||
entryCompression = "stored"
|
||||
from(configurations.runtimeClasspath) {
|
||||
|
||||
Reference in New Issue
Block a user