We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a2c1c0 commit 2ca14dfCopy full SHA for 2ca14df
gradle/publishing.gradle
@@ -32,6 +32,8 @@ afterEvaluate {
32
classifier = 'sources'
33
if (isMultiplatform) {
34
from kotlin.sourceSets.commonMain.kotlin
35
+ } else if (isBom) {
36
+ // no-op: sourceSets is [] for BOM, as it does not have sources.
37
} else {
38
from sourceSets.main.allSource
39
}
gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-all.zip
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
0 commit comments