Cleanup.
This commit is contained in:
parent
f17ce191d7
commit
6c8cc7806e
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue