Cleanup.
This commit is contained in:
parent
4caeababe8
commit
9d483eccf4
3 changed files with 3 additions and 3 deletions
|
@ -27,6 +27,6 @@ tasks {
|
|||
register<JavaExec>("runJava") {
|
||||
group = "application"
|
||||
main = "com.example.CryptoPriceSample"
|
||||
classpath = sourceSets["main"].runtimeClasspath
|
||||
classpath = sourceSets.main.get().runtimeClasspath
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue