File tree 7 files changed +12
-12
lines changed
7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 68
68
run : ./gradlew koverXmlReport
69
69
70
70
- name : Upload Test Report
71
- uses : codecov/codecov-action@v5.4.0
71
+ uses : codecov/codecov-action@v5.4.2
72
72
env :
73
73
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
74
74
Original file line number Diff line number Diff line change @@ -12,17 +12,17 @@ import org.jetbrains.kotlin.gradle.plugin.mpp.NativeBuildType
12
12
import java.net.URL
13
13
14
14
plugins {
15
- kotlin(" multiplatform" ) version " 2.1.10 "
16
- id(" com.diffplug.spotless" ) version " 7.0.2 "
15
+ kotlin(" multiplatform" ) version " 2.1.20 "
16
+ id(" com.diffplug.spotless" ) version " 7.0.3 "
17
17
id(" maven-publish" )
18
- id(" com.vanniktech.maven.publish" ) version " 0.30 .0"
18
+ id(" com.vanniktech.maven.publish" ) version " 0.31 .0"
19
19
id(" org.jetbrains.kotlinx.binary-compatibility-validator" ) version " 0.17.0"
20
20
id(" org.jetbrains.dokka" ) version " 2.0.0"
21
21
id(" org.jetbrains.kotlinx.kover" ) version " 0.9.1"
22
- id(" dev.drewhamilton.poko" ) version " 0.18.2 "
22
+ id(" dev.drewhamilton.poko" ) version " 0.18.6 "
23
23
}
24
24
25
- val coroutinesVersion = " 1.10.1 "
25
+ val coroutinesVersion = " 1.10.2 "
26
26
val ktlintVersion = " 1.0.0"
27
27
28
28
repositories {
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ case "$( uname )" in #(
114
114
NONSTOP* ) nonstop=true ;;
115
115
esac
116
116
117
- CLASSPATH=$APP_HOME /gradle/wrapper/gradle-wrapper.jar
117
+ CLASSPATH=" \\\"\\\" "
118
118
119
119
120
120
# Determine the Java command to use to start the JVM.
@@ -213,7 +213,7 @@ DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
213
213
set -- \
214
214
" -Dorg.gradle.appname=$APP_BASE_NAME " \
215
215
-classpath " $CLASSPATH " \
216
- org. gradle. wrapper.GradleWrapperMain \
216
+ -jar " $APP_HOME / gradle/ wrapper/gradle-wrapper.jar " \
217
217
" $@ "
218
218
219
219
# Stop when "xargs" is not available.
Original file line number Diff line number Diff line change @@ -70,11 +70,11 @@ goto fail
70
70
:execute
71
71
@ rem Setup the command line
72
72
73
- set CLASSPATH = %APP_HOME% \gradle\wrapper\gradle-wrapper.jar
73
+ set CLASSPATH =
74
74
75
75
76
76
@ rem Execute Gradle
77
- " %JAVA_EXE% " %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% " -Dorg.gradle.appname=%APP_BASE_NAME% " -classpath " %CLASSPATH% " org. gradle. wrapper.GradleWrapperMain %*
77
+ " %JAVA_EXE% " %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% " -Dorg.gradle.appname=%APP_BASE_NAME% " -classpath " %CLASSPATH% " -jar " %APP_HOME% \ gradle\ wrapper\gradle-wrapper.jar " %*
78
78
79
79
:end
80
80
@ rem End local scope for the variables with windows NT shell
Original file line number Diff line number Diff line change 2
2
rootProject.name = " FlowExt"
3
3
4
4
plugins {
5
- id(" org.gradle.toolchains.foojay-resolver-convention" ) version(" 0.9 .0" )
5
+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version(" 0.10 .0" )
6
6
}
You can’t perform that action at this time.
0 commit comments