Skip to content

Commit

Permalink
update mainClass path to App.java in publihing.gradle (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorgantaylor authored Nov 23, 2022
1 parent 3585b79 commit 094d8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/publishing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jib {
}
container {
filesModificationTime = ZonedDateTime.now().toString() // to prevent ui caching
mainClass = 'bio.terra.pipelines.app.PipelinesSpringApplication'
mainClass = 'bio.terra.pipelines.App'
jvmFlags = [
"-agentpath:" + cloudProfilerLocation + "/profiler_java_agent.so=" +
"-cprof_service=bio.terra.pipelines" +
Expand Down

0 comments on commit 094d8f2

Please sign in to comment.