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