Skip to content

Commit

Permalink
chore: gradle and kover update
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshg committed Feb 29, 2024
1 parent ee0be0f commit 5cac42b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,6 @@ kover {
// useJacoco()
}

koverReport {
defaults {
filters { excludes {} }
html { title = "${project.name} code coverage report" }
}
}

tasks {
// Configure "compileJava" and "compileTestJava" tasks.
withType<JavaCompile>().configureEach { configureJavac() }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,13 +173,6 @@ kover {
// useJacoco()
}

koverReport {
defaults {
filters { excludes {} }
html { title = "${project.name} code coverage report" }
}
}

// https://docs.gradle.org/current/userguide/cross_project_publications.html#sec:simple-sharing-artifacts-between-projects
val commonJsResources by
configurations.creating {
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[versions]
java = "23"
kotlin = "2.0.0-Beta4"
kotlin-ksp = "2.0.0-Beta4-1.0.17"
kotlin-ksp = "2.0.0-Beta4-1.0.18"
kotlin-jvmtarget = "21"
kotlin-dsl-jvmtarget = "21"
kotlin-api-version = "1.9"
kotlin-lang-version = "2.0"
gradle = "8.7-rc-1"
gradle = "8.7-rc-2"
java-vendor = "GraalVM Community"
java-jvmArguments = "--enable-preview"
java-addModules = "jdk.incubator.vector"
Expand All @@ -21,11 +21,11 @@ publish-org-url = "https://suresh.dev"
publish-scm-url = "https://github.com/sureshg/native-image-playground"

# Gradle Dependencies Versions
kotlinx-kover = "0.7.6"
kotlinx-kover = "0.8.0-Beta"
kotlinx-io = "0.3.0"
kotlinx-atomicfu = "0.23.2"
kotlinx-coroutines = "1.8.0"
kotlinx-datetime = "0.5.0"
kotlinx-datetime = "0.6.0-RC"
kotlinx-serialization = "1.6.3"
kotlinx-collections-immutable = "0.3.7"
kotlinx-lincheck = "2.26"
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-rc-1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-rc-2-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 5cac42b

Please sign in to comment.