Fix for Gitlab CI
This commit is contained in:
parent
1ae41c0374
commit
7531521a04
2 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue