Skip to content

Commit adb2c1e

Browse files
committed
Try to workaround hibernate-platform not being published to maven local
1 parent 6b75af0 commit adb2c1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/jpa-3.2-tck.Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ pipeline {
5252
"DISABLE_REMOTE_GRADLE_CACHE=true"
5353
]) {
5454
sh './gradlew clean publishToMavenLocal -x test --no-scan --no-daemon --no-build-cache --stacktrace -PmavenMirror=nexus-load-balancer-c4cf05fd92f43ef8.elb.us-east-1.amazonaws.com'
55-
// For some reason, Gradle does not publish hibernate-platform
55+
// For some reason, Gradle does not publish hibernate-platform and hibernate-testing
5656
// to the local maven repository with the previous command,
5757
// but requires an extra run instead
58-
sh './gradlew :hibernate-platform:publishToMavenLocal -x test --no-scan --no-daemon --no-build-cache --stacktrace -PmavenMirror=nexus-load-balancer-c4cf05fd92f43ef8.elb.us-east-1.amazonaws.com'
58+
sh './gradlew :hibernate-testing:publishToMavenLocal :hibernate-platform:publishToMavenLocal -x test --no-scan --no-daemon --no-build-cache --stacktrace -PmavenMirror=nexus-load-balancer-c4cf05fd92f43ef8.elb.us-east-1.amazonaws.com'
5959
}
6060
script {
6161
env.HIBERNATE_VERSION = sh (

0 commit comments

Comments
 (0)