Ensure that upstream jars have been built

See gh-25835
This commit is contained in:
Andy Wilkinson
2021-03-30 20:51:33 +01:00
parent ca9a619259
commit e94f8bba62
2 changed files with 3 additions and 0 deletions

View File

@@ -98,6 +98,7 @@ test {
}
task fullJar(type: Jar) {
dependsOn configurations.loader
classifier = "full"
entryCompression = "stored"
from(configurations.runtimeClasspath) {