Skip to content

Commit

Permalink
Merge pull request #29 from sbesson/classpath_wildcard
Browse files Browse the repository at this point in the history
Startup script: use wildcard for the classpath
  • Loading branch information
chris-allan authored May 29, 2024
2 parents 27f607f + 0030ef0 commit b9496dc
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 @@ -103,3 +103,7 @@ distributions {
applicationDefaultJvmArgs = [
"-Dvertx.logger-delegate-factory-class-name=io.vertx.core.logging.SLF4JLogDelegateFactory"
]

startScripts {
classpath = files('$APP_HOME/lib/*')
}

0 comments on commit b9496dc

Please sign in to comment.