v1.2.0
This commit is contained in:
parent
c7fd8afad9
commit
7f263aeb58
2 changed files with 5 additions and 5 deletions
|
|
@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
|
||||||
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
kotlin("jvm") version "2.1.0"
|
kotlin("jvm") version "2.2.10"
|
||||||
id("io.quarkus")
|
id("io.quarkus")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -25,7 +25,7 @@ dependencies {
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "fr.spacefox"
|
group = "fr.spacefox"
|
||||||
version = "1.1.0"
|
version = "1.2.0"
|
||||||
|
|
||||||
java {
|
java {
|
||||||
sourceCompatibility = JavaVersion.VERSION_21
|
sourceCompatibility = JavaVersion.VERSION_21
|
||||||
|
|
@ -38,7 +38,7 @@ tasks.withType<Test> {
|
||||||
|
|
||||||
tasks.withType<KotlinCompile> {
|
tasks.withType<KotlinCompile> {
|
||||||
compilerOptions {
|
compilerOptions {
|
||||||
apiVersion.set(org.jetbrains.kotlin.gradle.dsl.KotlinVersion.KOTLIN_2_0)
|
apiVersion.set(org.jetbrains.kotlin.gradle.dsl.KotlinVersion.KOTLIN_2_2)
|
||||||
compilerOptions.jvmTarget.set(JvmTarget.JVM_21)
|
compilerOptions.jvmTarget.set(JvmTarget.JVM_21)
|
||||||
// For Qute templates to work
|
// For Qute templates to work
|
||||||
compilerOptions.javaParameters = true
|
compilerOptions.javaParameters = true
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#Gradle properties
|
#Gradle properties
|
||||||
quarkusPluginId=io.quarkus
|
quarkusPluginId=io.quarkus
|
||||||
quarkusPluginVersion=3.15.3
|
quarkusPluginVersion= 3.20.2.2
|
||||||
quarkusPlatformGroupId=io.quarkus.platform
|
quarkusPlatformGroupId=io.quarkus.platform
|
||||||
quarkusPlatformArtifactId=quarkus-bom
|
quarkusPlatformArtifactId=quarkus-bom
|
||||||
quarkusPlatformVersion=3.15.3
|
quarkusPlatformVersion= 3.20.2.2
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue