File tree Expand file tree Collapse file tree 5 files changed +5
-19
lines changed
build-logic/common-plugins/src/main/kotlin/plugins Expand file tree Collapse file tree 5 files changed +5
-19
lines changed Original file line number Diff line number Diff 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-
5649tasks {
5750 // Configure "compileJava" and "compileTestJava" tasks.
5851 withType<JavaCompile >().configureEach { configureJavac() }
Original file line number Diff line number Diff 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
184177val commonJsResources by
185178 configurations.creating {
Original file line number Diff line number Diff line change 11[versions ]
22java = " 23"
33kotlin = " 2.0.0-Beta4"
4- kotlin-ksp = " 2.0.0-Beta4-1.0.17 "
4+ kotlin-ksp = " 2.0.0-Beta4-1.0.18 "
55kotlin-jvmtarget = " 21"
66kotlin-dsl-jvmtarget = " 21"
77kotlin-api-version = " 1.9"
88kotlin-lang-version = " 2.0"
9- gradle = " 8.7-rc-1 "
9+ gradle = " 8.7-rc-2 "
1010java-vendor = " GraalVM Community"
1111java-jvmArguments = " --enable-preview"
1212java-addModules = " jdk.incubator.vector"
@@ -21,11 +21,11 @@ publish-org-url = "https://suresh.dev"
2121publish-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 "
2525kotlinx-io = " 0.3.0"
2626kotlinx-atomicfu = " 0.23.2"
2727kotlinx-coroutines = " 1.8.0"
28- kotlinx-datetime = " 0.5.0 "
28+ kotlinx-datetime = " 0.6.0-RC "
2929kotlinx-serialization = " 1.6.3"
3030kotlinx-collections-immutable = " 0.3.7"
3131kotlinx-lincheck = " 2.26"
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments