Skip to content
This repository has been archived by the owner on Jul 13, 2024. It is now read-only.

Commit

Permalink
ci/cd: Linux building attempts #2
Browse files Browse the repository at this point in the history
  • Loading branch information
realkarmakun committed May 22, 2024
1 parent 92dd7a8 commit b68c701
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "ru.meproject"
version = "1.0.0-RC.10"
version = "1.0.0-RC.11"

repositories {
mavenCentral()
Expand Down Expand Up @@ -76,12 +76,5 @@ graalvmNative {
named("main") {
mainClass = "ru.meproject.pterocli.PterocliKt"
}
all {
javaLauncher.set(javaToolchains.launcherFor {
// Compile with native-image from GraalVM for JDK21
languageVersion.set(JavaLanguageVersion.of(21))
vendor.set(JvmVendorSpec.GRAAL_VM)
})
}
}
}

0 comments on commit b68c701

Please sign in to comment.