Skip to content

Commit

Permalink
[Misc] Fix class name
Browse files Browse the repository at this point in the history
  • Loading branch information
Schaka committed Apr 1, 2024
1 parent 117ff59 commit 9bf1782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jib {
}
container {
jvmFlags = listOf("-Dspring.config.additional-location=optional:file:/config/application.yaml", "-Xms256m")
mainClass = "com.github.schaka.janitorr.RarrnomoreApplicationKt"
mainClass = "com.github.schaka.rarrnomore.RarrnomoreApplicationKt"
ports = listOf("8978")
format = ImageFormat.Docker
volumes = listOf("/config")
Expand Down

0 comments on commit 9bf1782

Please sign in to comment.