Updated to Gradle 7.0.1
This commit is contained in:
parent
e76957689f
commit
1ae41c0374
4 changed files with 16 additions and 6 deletions
|
@ -19,7 +19,7 @@ dependencies {
|
|||
}
|
||||
|
||||
application {
|
||||
mainClassName = "com.example.BitlyExampleKt"
|
||||
mainClass.set("com.example.BitlyExampleKt")
|
||||
}
|
||||
|
||||
tasks {
|
||||
|
@ -32,6 +32,6 @@ tasks {
|
|||
register("runRetrieve", JavaExec::class) {
|
||||
group = "application"
|
||||
main = "com.example.BitlyRetrieveKt"
|
||||
classpath = sourceSets["main"].runtimeClasspath
|
||||
classpath = sourceSets.main.get().runtimeClasspath
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue