Skip to content

Commit

Permalink
Quick fix of CI
Browse files Browse the repository at this point in the history
  • Loading branch information
d-gregorczyk committed Sep 17, 2024
1 parent d5f6ce7 commit 7de743c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .ci/asciidoc-converter/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,12 @@ tasks.test {
useJUnitPlatform()
}

val javaSource: Int = 17
val jdkVersion: Int = javaSource
val jvmVersion = JvmTarget.JVM_17

java {
toolchain {
languageVersion = JavaLanguageVersion.of(javaSource)
languageVersion = JavaLanguageVersion.of(jvmVersion.target)
}
withJavadocJar()
withSourcesJar()
}

kotlin {
Expand All @@ -73,7 +70,6 @@ kotlin {
}
}


application {
mainClass.set("org.sdpi.ConvertAndVerifySupplementKt")
}

0 comments on commit 7de743c

Please sign in to comment.