1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-31 17:42:11 +02:00

java-22, java-21 default

This commit is contained in:
soloturn
2024-03-18 09:11:02 +01:00
parent e8052d086f
commit 404da9b5e5
2 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
// gradle clean build -PjavacRelease=21
// gradle clean build -PcustomVersion=1.0.0-10-asdf
val customVersion = (project.findProperty("customVersion") ?: "") as String
val javacRelease = (project.findProperty("javacRelease") ?: "17") as String
val javacRelease = (project.findProperty("javacRelease") ?: "21") as String
plugins {
id("fr.brouillard.oss.gradle.jgitver") version "0.9.1"