Skip to content

Commit

Permalink
Merge pull request #146 from sbesson/classpath_wildcard
Browse files Browse the repository at this point in the history
Use wildcard for the micro-service classpath
  • Loading branch information
chris-allan authored May 29, 2024
2 parents 9c4e6f8 + 3a26906 commit 3eca039
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 @@ -111,6 +111,10 @@ distributions {
}
}

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

task memoRegenStartScript(type: CreateStartScripts) {
mainClass = "com.glencoesoftware.omero.ms.image.region.MemoRegenerator"
classpath = startScripts.classpath
Expand Down

0 comments on commit 3eca039

Please sign in to comment.