Skip to content

Commit a899cbc

Browse files
authored
Merge pull request #440 from mbakgun/renovate/gradle-9.x
Update Gradle to v9
2 parents d07cff8 + 91307a6 commit a899cbc

File tree

5 files changed

+2
-4
lines changed

5 files changed

+2
-4
lines changed

desktopApp/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ plugins {
88

99
kotlin {
1010
jvm {
11-
withJava()
1211
}
1312
sourceSets {
1413
val jvmMain by getting {

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ kotlin.native.cacheKind=none
1010
kotlin.mpp.stability.nowarn=true
1111
kotlin.mpp.enableCInteropCommonization=true
1212
kotlin.mpp.androidSourceSetLayoutVersion=2
13-
kotlin.mpp.androidGradlePluginCompatibility.nowarn=true
1413

1514
#Compose
1615
org.jetbrains.compose.experimental.uikit.enabled=true

gradle/wrapper/gradle-wrapper.jar

1.65 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
#
4-
# Copyright © 2015-2021 the original authors.
4+
# Copyright © 2015 the original authors.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)