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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user