Skip to content

Commit

Permalink
problem: built application missing a jar with the main classes
Browse files Browse the repository at this point in the history
  • Loading branch information
splix committed Apr 9, 2020
1 parent 62a0ca9 commit 461ef56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ afterEvaluate {
generateProto.dependsOn(clean)
}

jar {
enabled=true
}

jib {
from {
// can also be openjdk:13-alpine, but bouncycastle may be not fully compatible with Java 13 yet; there is no 11-alpine
Expand Down

0 comments on commit 461ef56

Please sign in to comment.