This commit is contained in:
Erik C. Thauvin 2021-05-27 01:25:26 -07:00
parent f17ce191d7
commit 6c8cc7806e

View file

@ -21,7 +21,7 @@ application {
} }
tasks { tasks {
getByName<JavaExec>("run") { named<JavaExec>("run") {
args = listOf("${project.projectDir}/example.html") args = listOf("${project.projectDir}/example.html")
} }