We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 021052a commit 97d1308Copy full SHA for 97d1308
.github/workflows/build.yml
@@ -36,7 +36,9 @@ jobs:
36
distribution: adopt-hotspot
37
java-version: ${{ matrix.java-version }}
38
39
- - name: Testing to see if Maven wrapper needs to be run first before the step after this one
+ # 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
42
run: ./mvnw --version
43
44
# Set environment variable for the project version: "var_to_set=$(command_to_run)" >> sink
0 commit comments