Skip to content

Commit 97d1308

Browse files
committed
Clarify name now that that is confirmed
1 parent 021052a commit 97d1308

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ jobs:
3636
distribution: adopt-hotspot
3737
java-version: ${{ matrix.java-version }}
3838

39-
- name: Testing to see if Maven wrapper needs to be run first before the step after this one
39+
# The project version extract NEEDS to have the maven wrapper already downloaded.
40+
# So we have a dummy step here just to initialize it.
41+
- name: Download maven wrapper
4042
run: ./mvnw --version
4143

4244
# Set environment variable for the project version: "var_to_set=$(command_to_run)" >> sink

0 commit comments

Comments
 (0)