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
Java Client API
Commits
47de510f
Commit
47de510f
authored
Jan 11, 2021
by
Maxym Borodenko
Committed by
Matija Obreza
Jan 28, 2021
Browse files
Java 11
parent
fb1915ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
47de510f
...
...
@@ -13,7 +13,7 @@ stages:
run tests in branches
:
stage
:
compile
image
:
maven:3-jdk-
8
image
:
maven:3-
open
jdk-
11
script
:
-
mvn $MAVEN_CLI_OPTS test -B
except
:
...
...
@@ -22,7 +22,7 @@ run tests in branches:
publish snapshot artifacts
:
stage
:
deploy
image
:
maven:3-jdk-
8
image
:
maven:3-
open
jdk-
11
before_script
:
-
echo "${GPG_KEY_SECRET}" | gpg --batch --import
-
gpg --list-keys
...
...
@@ -33,7 +33,7 @@ publish snapshot artifacts:
publish artifacts on central
:
stage
:
deploy
image
:
maven:3-jdk-
8
image
:
maven:3-
open
jdk-
11
before_script
:
-
echo "${GPG_KEY_SECRET}" | gpg --batch --import
-
gpg --list-keys
...
...
pom.xml
View file @
47de510f
...
...
@@ -34,8 +34,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.5
</maven-gpg-plugin.version>
<nexus-staging-maven-plugin.version>
1.6.8
</nexus-staging-maven-plugin.version>
...
...
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