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
02d149fa
Commit
02d149fa
authored
Jan 11, 2021
by
Maxym Borodenko
Browse files
Java 11
parent
1e9d5c71
Changes
2
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
02d149fa
...
...
@@ -4,7 +4,7 @@ stages:
run tests in branches
:
stage
:
compile
image
:
maven:3-jdk-
8
image
:
maven:3-
open
jdk-
11
script
:
-
MAVEN_OPTS="${MAVEN_OPTS} -Dorg.slf4j.simpleLogger.defaultLogLevel=warn" mvn test -B
except
:
...
...
@@ -13,7 +13,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
...
...
@@ -24,7 +24,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 @
02d149fa
...
...
@@ -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