1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-07-31 19:10:15 +02:00

java-17 is default

This commit is contained in:
soloturn
2023-07-30 04:45:14 +02:00
parent eee8f1bd50
commit ecf427cdee

View File

@@ -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"