Skip to content

Commit 2ca14df

Browse files
authored
Update Gradle to 7.6.1 (#2208)
To support building with the latest Java 19
1 parent 8a2c1c0 commit 2ca14df

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

gradle/publishing.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ afterEvaluate {
3232
classifier = 'sources'
3333
if (isMultiplatform) {
3434
from kotlin.sourceSets.commonMain.kotlin
35+
} else if (isBom) {
36+
// no-op: sourceSets is [] for BOM, as it does not have sources.
3537
} else {
3638
from sourceSets.main.allSource
3739
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)