Skip to content

Commit d890ede

Browse files
committed
Update README and workflow files following drop of
toolchains plugin. Signed-off-by: Eric Bottard <eric.bottard@broadcom.com>
1 parent ea5477e commit d890ede

File tree

6 files changed

+9
-12
lines changed

6 files changed

+9
-12
lines changed

.github/workflows/artifactory-milestone-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up JDK
1919
uses: actions/setup-java@v4
2020
with:
21-
java-version: '25' # This action actually installs several and the toolchains plugin in maven will select 25 alright, but this makes 25 the 'default'
21+
java-version: '25'
2222
distribution: 'temurin'
2323
cache: 'maven'
2424

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Set up JDK
4949
uses: actions/setup-java@v4
5050
with:
51-
java-version: '25' # This action actually installs several and the toolchains plugin in maven will select 25 alright, but this makes 25 the 'default'
51+
java-version: '25'
5252
distribution: 'temurin'
5353
cache: 'maven'
5454

.github/workflows/documentation-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up JDK
2222
uses: actions/setup-java@v4
2323
with:
24-
java-version: '25' # This action actually installs several and the toolchains plugin in maven will select 25 alright, but this makes 25 the 'default'
24+
java-version: '25'
2525
distribution: 'temurin'
2626
cache: 'maven'
2727

.github/workflows/fast-continuous-integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up JDK
3131
uses: actions/setup-java@v4
3232
with:
33-
java-version: '25' # This action actually installs several and the toolchains plugin in maven will select 25 alright, but this makes 25 the 'default'
33+
java-version: '25'
3434
distribution: 'temurin'
3535
cache: 'maven'
3636

@@ -65,7 +65,7 @@ jobs:
6565
- name: Set up JDK
6666
uses: actions/setup-java@v4
6767
with:
68-
java-version: '25' # This action actually installs several and the toolchains plugin in maven will select 25 alright, but this makes 25 the 'default'
68+
java-version: '25'
6969
distribution: 'temurin'
7070
cache: 'maven'
7171

@@ -102,7 +102,7 @@ jobs:
102102
- name: Set up JDK
103103
uses: actions/setup-java@v4
104104
with:
105-
java-version: '25' # This action actually installs several and the toolchains plugin in maven will select 25 alright, but this makes 25 the 'default'
105+
java-version: '25'
106106
distribution: 'temurin'
107107
cache: 'maven'
108108

@@ -139,7 +139,7 @@ jobs:
139139
- name: Set up JDK
140140
uses: actions/setup-java@v4
141141
with:
142-
java-version: '25' # This action actually installs several and the toolchains plugin in maven will select 25 alright, but this makes 25 the 'default'
142+
java-version: '25'
143143
distribution: 'temurin'
144144
cache: 'maven'
145145

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up JDK
1818
uses: actions/setup-java@v4
1919
with:
20-
java-version: '25' # This action actually installs several and the toolchains plugin in maven will select 25 alright, but this makes 25 the 'default'
20+
java-version: '25'
2121
distribution: 'temurin'
2222
cache: 'maven'
2323

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,7 @@ To clone it you have to either:
7272
## Building
7373

7474
The project targets and build artifacts compatible with Java 17+, but requires a JDK 25+
75-
to build. This is enforced by the maven toolchains plugin and a compatible JDK should be
76-
automatically located on your machine if it exists, without forcing you to make it the
77-
default in the PATH. Please refer to the [maven toolchains plugin](https://maven.apache.org/plugins/maven-toolchains-plugin/index.html) if detection does
78-
not work as expected.
75+
to build. This is enforced by the maven enforcer plugin.
7976

8077
To build with running unit tests
8178

0 commit comments

Comments
 (0)