Skip to content

Commit 6e9ac4b

Browse files
authored
build with jdk19 (#161)
Signed-off-by: Olivier Lamy <[email protected]>
1 parent 2ee37cc commit 6e9ac4b

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.github/workflows/maven-verify.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,5 @@ jobs:
2626
name: Verify
2727
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3
2828
with:
29-
maven-args: '-D"invoker.streamLogsOnFailures" -U'
30-
# put this back when 3.4.0 with jdk19 support has been released
31-
#jdk-matrix: '[ "8", "11", "17", "19"]'
32-
# verify-fail-fast: false
29+
jdk-matrix: '[ "8", "11", "17", "19"]'
30+
verify-fail-fast: false

Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@
1717
* under the License.
1818
*/
1919

20-
// put 19 back when 3.4.0 with jdk19 support has been released
21-
asfMavenTlpPlgnBuild(jdks:[ "8", "11", "17"])
20+
asfMavenTlpPlgnBuild(jdks:[ "8", "11", "17", "19"])

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ under the License.
403403
<plugin>
404404
<groupId>org.apache.maven.plugins</groupId>
405405
<artifactId>maven-invoker-plugin</artifactId>
406+
<version>3.4.0</version>
406407
<configuration>
407408
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
408409
<preBuildHookScript>setup</preBuildHookScript>

0 commit comments

Comments
 (0)