Skip to content

Commit

Permalink
STORM-4133 - Raise Minimum JRE Level to 17
Browse files Browse the repository at this point in the history
Update build tools
  • Loading branch information
rzo1 committed Dec 16, 2024
1 parent a7264a7 commit 515579e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 16 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand All @@ -57,10 +57,6 @@ jobs:
with:
distribution: temurin
java-version: ${{ matrix.java }}
- name: Set up Maven #We need to avoid default-http-blocker at the moment until we fix it ;-)
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.6.3
- name: Ensure a clean state without storm artifacts
run: rm -rf ~/.m2/repository/org/apache/storm
- name: Set up project dependencies
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/nightlies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
- name: Set up Maven # We need to avoid default-http-blocker at the moment until we fix it ;-)
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.6.3
java-version: 20
- name: Ensure a clean state without storm artifacts
run: rm -rf ~/.m2/repository/org/apache/storm
- name: Set up project dependencies
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/snapshots.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
- name: Set up Maven # We need to avoid default-http-blocker at the moment until we fix it ;-)
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.6.3
java-version: 20
- id: extract_version
name: Extract project version
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
</issueManagement>

<properties>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>${maven.compiler.target}</maven.compiler.source>
<maven.javadoc.failOnError>false</maven.javadoc.failOnError>
<maven.javadoc.failOnWarnings>false</maven.javadoc.failOnWarnings>
Expand Down

0 comments on commit 515579e

Please sign in to comment.