Skip to content

Commit

Permalink
IM-473 Revert to compile with JDK17
Browse files Browse the repository at this point in the history
> The cause was compiling the release candidate using JDK 21, which
> caused the `interface SequencedCollection`, introduced in JDK 21, to
> be used in resolving methods.

apache/calcite@e5e7fae
  • Loading branch information
iperdomo committed Nov 20, 2024
1 parent 53a8e12 commit 123786e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def kmodelers = [
]

pipeline {
agent { label "maven-3-9-5-eclipse-temurin-21"}
agent { label "klab-agent-jdk17"}
options { skipDefaultCheckout(true) }
environment {
VERSION_DATE = sh(
Expand Down

0 comments on commit 123786e

Please sign in to comment.