Fix for Gitlab CI

This commit is contained in:
Erik C. Thauvin 2021-05-11 21:49:12 -07:00
parent 1ae41c0374
commit 7531521a04
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ tasks {
register("runJava", JavaExec::class) {
group = "application"
main = "com.example.BitlySample"
classpath = sourceSets["main"].runtimeClasspath
classpath = sourceSets.main.get().runtimeClasspath
}
register("runRetrieve", JavaExec::class) {