Skip to content
Snippets Groups Projects
Commit cf76f860 authored by Johannes Mey's avatar Johannes Mey
Browse files

fix gradle deprecation

parent 6c487445
Branches
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ ext {
}
// set the main class name for `gradle run`
application.mainClassName = "${mainClassName}"
application.mainClass = "${mainClassName}"
java.toolchain.languageVersion = JavaLanguageVersion.of(11)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment