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 9de06c7 commit 1f0ce14Copy full SHA for 1f0ce14
.github/workflows/build.yml
@@ -50,6 +50,7 @@ jobs:
50
with:
51
path: ~/.m2/repository
52
# refresh cache every month to avoid unlimited growth
53
- key: maven-repo-${{ runner.os }}-${{ steps.get-date.outputs.date }}
+ key: maven-repo-${{ runner.os }}-${{ steps.get-date.outputs.date }}
54
+
55
- name: Build with Maven
- run: mvn -B formatter:validate verify --file pom.xml
56
+ run: mvn -B formatter:validate verify --file pom.xml
0 commit comments