Skip to content

Commit

Permalink
Follow up refactor fix (#1732)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelpasterz authored Mar 24, 2021
1 parent 756d76c commit 9483cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_runner/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ tasks.withType<KotlinCompile>().configureEach {

application {
// unfortunately shadowJar task seems not to be working correctly with new property based approach
mainClassName = "ftl.Main"
mainClassName = "ftl.MainKt"
}

repositories {
Expand Down

0 comments on commit 9483cc0

Please sign in to comment.