mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-01-05 08:19:56 +01:00
Add cacerts property for JDK9 missing cacerts file.
This commit is contained in:
parent
99df8dc84c
commit
70c9291774
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
|
@ -82,7 +82,8 @@ pipeline {
|
|||
withMaven(
|
||||
maven: 'Maven 3.5.3',
|
||||
jdk: 'OpenJDK 9',
|
||||
globalMavenSettingsConfig: 'global-maven-settings-ossrh'
|
||||
globalMavenSettingsConfig: 'global-maven-settings-ossrh',
|
||||
mavenOpts: '-Djavax.net.ssl.trustStore=/etc/ssl/certs/java/cacerts' //Work around for JDK9 missing cacerts
|
||||
) {
|
||||
sh "mvn deploy"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue