File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1- rootProject.name = " kotlin-suspend-transform-compiler-plugin"
2-
31dependencyResolutionManagement {
42 versionCatalogs {
53 create(" libs" ) {
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
33# distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
4- distributionUrl =https\://mirrors.cloud.tencent.com/gradle//gradle-8.8 -bin.zip
4+ distributionUrl =https\://mirrors.cloud.tencent.com/gradle//gradle-8.9 -bin.zip
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -28,5 +28,5 @@ include(":runtime:suspend-transform-runtime")
2828include(" :plugins:suspend-transform-plugin-gradle" )
2929
3030// Samples
31- include(" :tests:test-jvm" )
31+ // include(":tests:test-jvm")
3232// include(":tests:test-js")
You can’t perform that action at this time.
0 commit comments