File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ apply plugin: 'java'
22apply plugin : ' eclipse'
33
44[compileJava, compileTestJava]* . options* . encoding = ' UTF-8'
5- sourceCompatibility = ' 1.8'
5+ sourceCompatibility = 11
6+ targetCompatibility = 11
67
78// to get project version from command line, just type
89// $ gradle -PprojVersion=<version_number> build
@@ -28,7 +29,7 @@ repositories {
2829 }
2930
3031 maven {
31- url ' http ://maven.geo-solutions.it/'
32+ url ' https ://maven.geo-solutions.it/'
3233 }
3334
3435
@@ -41,7 +42,7 @@ repositories {
4142
4243dependencies {
4344
44- compile name : ' oms-all'
45+ implementation name : ' oms-all'
4546
4647 // This dependency is exported to consumers, that is to say found on their compile classpath.
4748 // api 'org.apache.commons:commons-math3:3.6.1'
You can’t perform that action at this time.
0 commit comments