Skip to content
Snippets Groups Projects
Commit 34a6f591 authored by LABOUREL Arnaud's avatar LABOUREL Arnaud
Browse files

Update gradle config to force java >= 17

parent e9d6d1d1
Branches
No related tags found
No related merge requests found
Pipeline #6032 failed
......@@ -3,6 +3,9 @@ plugins {
id "org.openjfx.javafxplugin" version "0.0.13"
}
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
group 'M1_info_amu'
version '0.1-SNAPSHOT'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment