Skip to content

Commit

Permalink
build with jdk19 (#161)
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <olamy@apache.org>
  • Loading branch information
olamy committed Dec 21, 2022
1 parent 2ee37cc commit 6e9ac4b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/maven-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,5 @@ jobs:
name: Verify
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3
with:
maven-args: '-D"invoker.streamLogsOnFailures" -U'
# put this back when 3.4.0 with jdk19 support has been released
#jdk-matrix: '[ "8", "11", "17", "19"]'
# verify-fail-fast: false
jdk-matrix: '[ "8", "11", "17", "19"]'
verify-fail-fast: false
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* under the License.
*/

// put 19 back when 3.4.0 with jdk19 support has been released
asfMavenTlpPlgnBuild(jdks:[ "8", "11", "17"])
asfMavenTlpPlgnBuild(jdks:[ "8", "11", "17", "19"])
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<version>3.4.0</version>
<configuration>
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
<preBuildHookScript>setup</preBuildHookScript>
Expand Down

0 comments on commit 6e9ac4b

Please sign in to comment.