Skip to content

Commit 4ce0382

Browse files
committed
upgrade wrapper
1 parent d112c67 commit 4ce0382

File tree

4 files changed

+155
-106
lines changed

4 files changed

+155
-106
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ kotlin {
150150
}
151151
}*/
152152

153-
if (irOnlyJs) binaries.library()
153+
if (irOnlyJs) binaries.executable()
154154
}
155155

156156
// val hostOs = System.getProperty("os.name")

gradle/wrapper/gradle-wrapper.jar

333 Bytes
Binary file not shown.
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.1.1-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew

Lines changed: 153 additions & 104 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)