Skip to content

Commit

Permalink
Update Kotlin plugin to 2.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Mar 6, 2025
1 parent 14f77ca commit bfdbeca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions documentation/documentation.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import junitbuild.javadoc.ModuleSpecificJavadocFileOption
import org.asciidoctor.gradle.base.AsciidoctorAttributeProvider
import org.asciidoctor.gradle.jvm.AbstractAsciidoctorTask
import org.gradle.api.tasks.PathSensitivity.RELATIVE
import org.jetbrains.kotlin.incremental.deleteRecursivelyOrThrow

plugins {
alias(libs.plugins.asciidoctorConvert)
Expand Down Expand Up @@ -172,7 +171,7 @@ tasks {
args.addAll("--exclude-tag", "timeout")

doFirst {
consoleLauncherTestReportsDir.get().asFile.deleteRecursivelyOrThrow()
consoleLauncherTestReportsDir.get().asFile.deleteRecursively()
}

finalizedBy(generateOpenTestHtmlReport)
Expand Down
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ develocity = { id = "com.gradle.develocity", version = "3.19.2" }
foojayResolver = { id = "org.gradle.toolchains.foojay-resolver", version = "0.9.0" }
gitPublish = { id = "org.ajoberstar.git-publish", version = "5.1.0" }
jmh = { id = "me.champeau.jmh", version = "0.7.3" }
kotlin = { id = "org.jetbrains.kotlin.jvm", version = "2.1.10" }
nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0" }
plantuml = { id = "io.freefair.plantuml", version = "8.12.2.1" }
shadow = { id = "com.gradleup.shadow", version = "8.3.6" }
Expand Down
2 changes: 1 addition & 1 deletion gradle/plugins/common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

dependencies {
implementation(projects.buildParameters)
implementation(kotlin("gradle-plugin"))
implementation(libs.plugins.kotlin.markerCoordinates)
implementation(libs.plugins.bnd.markerCoordinates)
implementation(libs.plugins.commonCustomUserData.markerCoordinates)
implementation(libs.plugins.develocity.markerCoordinates)
Expand Down

0 comments on commit bfdbeca

Please sign in to comment.