Skip to content

Commit 5cac42b

Browse files
committed
chore: gradle and kover update
1 parent ee0be0f commit 5cac42b

File tree

5 files changed

+5
-19
lines changed

5 files changed

+5
-19
lines changed

gradle/build-logic/common-plugins/src/main/kotlin/plugins/kotlin.jvm.gradle.kts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,6 @@ kover {
4646
// useJacoco()
4747
}
4848

49-
koverReport {
50-
defaults {
51-
filters { excludes {} }
52-
html { title = "${project.name} code coverage report" }
53-
}
54-
}
55-
5649
tasks {
5750
// Configure "compileJava" and "compileTestJava" tasks.
5851
withType<JavaCompile>().configureEach { configureJavac() }

gradle/build-logic/common-plugins/src/main/kotlin/plugins/kotlin.mpp.gradle.kts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -173,13 +173,6 @@ kover {
173173
// useJacoco()
174174
}
175175

176-
koverReport {
177-
defaults {
178-
filters { excludes {} }
179-
html { title = "${project.name} code coverage report" }
180-
}
181-
}
182-
183176
// https://docs.gradle.org/current/userguide/cross_project_publications.html#sec:simple-sharing-artifacts-between-projects
184177
val commonJsResources by
185178
configurations.creating {

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[versions]
22
java = "23"
33
kotlin = "2.0.0-Beta4"
4-
kotlin-ksp = "2.0.0-Beta4-1.0.17"
4+
kotlin-ksp = "2.0.0-Beta4-1.0.18"
55
kotlin-jvmtarget = "21"
66
kotlin-dsl-jvmtarget = "21"
77
kotlin-api-version = "1.9"
88
kotlin-lang-version = "2.0"
9-
gradle = "8.7-rc-1"
9+
gradle = "8.7-rc-2"
1010
java-vendor = "GraalVM Community"
1111
java-jvmArguments = "--enable-preview"
1212
java-addModules = "jdk.incubator.vector"
@@ -21,11 +21,11 @@ publish-org-url = "https://suresh.dev"
2121
publish-scm-url = "https://github.com/sureshg/native-image-playground"
2222

2323
# Gradle Dependencies Versions
24-
kotlinx-kover = "0.7.6"
24+
kotlinx-kover = "0.8.0-Beta"
2525
kotlinx-io = "0.3.0"
2626
kotlinx-atomicfu = "0.23.2"
2727
kotlinx-coroutines = "1.8.0"
28-
kotlinx-datetime = "0.5.0"
28+
kotlinx-datetime = "0.6.0-RC"
2929
kotlinx-serialization = "1.6.3"
3030
kotlinx-collections-immutable = "0.3.7"
3131
kotlinx-lincheck = "2.26"

gradle/wrapper/gradle-wrapper.jar

-9 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-rc-1-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-rc-2-all.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)