Skip to content

Commit 8730a67

Browse files
authored
trigger bundle after creating the jar
1 parent 2fac026 commit 8730a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ task bundle(type: Jar) {
5151
with jar
5252
}
5353

54-
build.finalizedBy(bundle)
54+
jar.finalizedBy(bundle)
5555

5656
protobuf {
5757
// Configure the protoc executable

0 commit comments

Comments
 (0)