We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc85f71 commit c185254Copy full SHA for c185254
disk-buffering/build.gradle.kts
@@ -63,6 +63,12 @@ tasks.named<ShadowJar>("shadowJar") {
63
mustRunAfter("jar")
64
}
65
66
+tasks {
67
+ test {
68
+ dependsOn("shadowJar")
69
+ }
70
+}
71
+
72
// The javadoc from wire's generated classes has errors that make the task that generates the "javadoc" artifact to fail. This
73
// makes the javadoc task to ignore those generated classes.
74
tasks.withType(Javadoc::class.java) {
0 commit comments