Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Geo Tools
Commits
114b475d
Commit
114b475d
authored
Jan 08, 2021
by
Maxym Borodenko
Committed by
Matija Obreza
Jan 11, 2021
Browse files
Java 11
parent
006e5907
Changes
4
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
114b475d
...
...
@@ -3,7 +3,7 @@ stages:
run tests in branches
:
stage
:
build
image
:
maven:3-jdk-
8
image
:
maven:3-
open
jdk-
11
script
:
-
MAVEN_OPTS="${MAVEN_OPTS} -Dorg.slf4j.simpleLogger.defaultLogLevel=warn" mvn test -B -U
except
:
...
...
@@ -12,7 +12,7 @@ run tests in branches:
publish maven snapshot artifacts
:
stage
:
build
image
:
maven:3-jdk-
8
image
:
maven:3-
open
jdk-
11
before_script
:
-
echo "${GPG_KEY_SECRET}" | gpg --batch --import
-
gpg --list-keys
...
...
@@ -23,7 +23,7 @@ publish maven snapshot artifacts:
publish maven artifacts
:
stage
:
build
image
:
maven:3-jdk-
8
image
:
maven:3-
open
jdk-
11
before_script
:
-
echo "${GPG_KEY_SECRET}" | gpg --batch --import
-
gpg --list-keys
...
...
genesys-geotools/pom.xml
View file @
114b475d
...
...
@@ -38,8 +38,8 @@
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<jdk.target>
1
.8
</jdk.target>
<jdk.source>
1
.8
</jdk.source>
<jdk.target>
1
1
</jdk.target>
<jdk.source>
1
1
</jdk.source>
<!-- use the latest snapshot -->
<geotools.version>
24.1
</geotools.version>
<jar.mainclass>
org.genesys.geotools.cli.CLI
</jar.mainclass>
...
...
geotools-cli/pom.xml
View file @
114b475d
...
...
@@ -38,8 +38,8 @@
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<jdk.target>
1
.8
</jdk.target>
<jdk.source>
1
.8
</jdk.source>
<jdk.target>
1
1
</jdk.target>
<jdk.source>
1
1
</jdk.source>
<jar.mainclass>
org.genesys.geotools.cli.CLI
</jar.mainclass>
</properties>
...
...
pom.xml
View file @
114b475d
...
...
@@ -63,8 +63,8 @@
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<jdk.target>
1
.8
</jdk.target>
<jdk.source>
1
.8
</jdk.source>
<jdk.target>
1
1
</jdk.target>
<jdk.source>
1
1
</jdk.source>
<maven-gpg-plugin.version>
1.6
</maven-gpg-plugin.version>
</properties>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment