Skip to content

Commit

Permalink
CI: Use OpenJDK 17 for Scala 2.13 build
Browse files Browse the repository at this point in the history
Motivation
----------
Java 17 is soon to be the minimum required
version at build time.

Change-Id: I823af42abec95b929d962045a64e961385cd76da
Reviewed-on: https://review.couchbase.org/c/couchbase-jvm-clients/+/212686
Tested-by: Build Bot <[email protected]>
Reviewed-by: Graham Pople <[email protected]>
  • Loading branch information
dnault committed Jul 15, 2024
1 parent 167da4b commit c1784e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,14 @@ pipeline {
}

stages {
stage('Build Scala 2.13 (OpenJDK 11)') {
stage('Build Scala 2.13 (OpenJDK 17)') {
agent { label "sdkqe" }
when {
beforeAgent true
expression { notTriggeredByGerrit() }
}
steps {
buildScala(openjdk11(), "2.13", "2.13.7", REFSPEC)
buildScala(defaultBuildJvm(), "2.13", "2.13.7", REFSPEC)
}
}

Expand Down

0 comments on commit c1784e7

Please sign in to comment.