Update build.gradle.kts

This commit is contained in:
ahatius 2023-12-01 23:32:42 +01:00 committed by GitHub
parent 1bd56c6a1a
commit 347e90000e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ plugins {
id("org.graalvm.buildtools.native") version "0.9.28"
}
version = "0.12.6"
version = "0.12.7"
java {
sourceCompatibility = JavaVersion.VERSION_21