mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-13 16:40:01 +00:00
Add release workflow
This commit is contained in:
+2
-2
@@ -34,8 +34,8 @@ subprojects {
|
||||
|
||||
tasks.withType<KotlinJvmCompile> {
|
||||
compilerOptions {
|
||||
languageVersion = KotlinVersion.KOTLIN_2_1
|
||||
apiVersion = KotlinVersion.KOTLIN_2_1
|
||||
languageVersion = KotlinVersion.KOTLIN_2_2
|
||||
apiVersion = KotlinVersion.KOTLIN_2_2
|
||||
jvmTarget = JvmTarget.JVM_21
|
||||
progressiveMode = true
|
||||
freeCompilerArgs.add("-Xjsr305=strict")
|
||||
|
||||
Reference in New Issue
Block a user