Skip to content
Snippets Groups Projects
Commit 24979b92 authored by juanf's avatar juanf
Browse files

SSDM-13366: Gradle wrapper to build the lib = jdk11

parent 3d064e28
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
apply plugin: 'java-library'
apply plugin: 'application'
java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(11))
}
}
repositories {
ivy {
ivyPattern "https://sissource.ethz.ch/openbis/openbis-public/openbis-ivy/-/raw/main/[organisation]/[module]/[revision]/ivy.xml"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment