Skip to content
Snippets Groups Projects
Verified Commit f21e78a5 authored by Julien Wittouck's avatar Julien Wittouck
Browse files

:wrench: : set build compatibility to java 11

parent 308dbdb2
No related branches found
No related tags found
No related merge requests found
Pipeline #27565 passed
......@@ -6,7 +6,8 @@ group = 'fr.univ-lille.gitlab.sra1-2023'
version = '0.0.1-SNAPSHOT'
java {
sourceCompatibility = '17'
sourceCompatibility = '11'
targetCompatibility = '11'
}
repositories {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment