mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-01-17 04:38:18 +01:00
java-17 is default
This commit is contained in:
parent
eee8f1bd50
commit
ecf427cdee
@ -1,7 +1,7 @@
|
||||
// permits to start the build setting the javac release parameter, no parameter means build for java8:
|
||||
// gradle clean build -PjavacRelease=8
|
||||
// gradle clean build -PjavacRelease=17
|
||||
val javacRelease = (project.findProperty("javacRelease") ?: "11") as String
|
||||
val javacRelease = (project.findProperty("javacRelease") ?: "17") as String
|
||||
|
||||
plugins {
|
||||
id("fr.brouillard.oss.gradle.jgitver") version "0.9.1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user