Skip to content
Snippets Groups Projects
Commit 7571ca62 authored by vkovtun's avatar vkovtun
Browse files

SSDM-13359: Changed Java source and target compatibility version from 1.8 to 11.

parent 6fd9a70e
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
......@@ -29,8 +29,8 @@ configurations.all {
// gradleVersion = '4.10.3'
// distributionUrl = "https://services.gradle.org/distributions/gradle-4.10.3-bin.zip"
//}
sourceCompatibility='1.8'
targetCompatibility='1.8'
sourceCompatibility='11'
targetCompatibility='11'
sourceSets {
main {
......
......@@ -23,8 +23,8 @@ task wrapper(type: Wrapper) {
distributionUrl = "http://svnsis.ethz.ch/repos/cisd/ivy-repository/trunk/gradle/distribution/3.5/gradle-3.5-all.zip"
}
sourceCompatibility='1.8'
targetCompatibility='1.8'
sourceCompatibility='11'
targetCompatibility='11'
sourceSets {
main {
......
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