Skip to content

Commit

Permalink
Component upgrade moves baseline to Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlloyd committed Dec 6, 2024
1 parent 249cb3e commit f1dbba1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@ jobs:
distribution: 'temurin'
cache: maven
java-version: |
11
17
21
23
- name: Build & Test with Maven
run: |
cd wildfly-common
mvn -B -ntp -N install --file pom.xml -Djava11.home="${{env.JAVA_HOME_11_X64}}" -Djava17.home="${{env.JAVA_HOME_17_X64}}" -Djava21.home="${{env.JAVA_HOME_21_X64}}"
mvn -B -ntp -N install --file pom.xml -Djava17.home="${{env.JAVA_HOME_17_X64}}" -Djava21.home="${{env.JAVA_HOME_21_X64}}"
File renamed without changes.
Empty file removed build-test-java11
Empty file.

0 comments on commit f1dbba1

Please sign in to comment.