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 b8fb725 commit a1918deCopy full SHA for a1918de
3 files changed
.github/workflows/build-main.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v2
16
- name: Set up Java
17
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v3
18
with:
19
java-version: '8'
20
distribution: 'zulu'
.github/workflows/build-pr.yml
@@ -12,7 +12,7 @@ jobs:
12
13
.gitignore
@@ -1,2 +1,6 @@
1
target
2
/target/
3
+.classpath
4
+.project
5
+.settings/
6
+.factorypath
0 commit comments