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 c07c276 commit aa87d1dCopy full SHA for aa87d1d
.github/workflows/maven.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up JDK 24
17
uses: actions/setup-java@v4
18
with:
19
- java-version: '24-ea'
+ java-version: '24'
20
distribution: 'oracle'
21
22
- name: Cache Maven dependencies
.gitignore
@@ -1,3 +1,5 @@
1
target/
2
3
.idea/
4
+
5
+.claude/
0 commit comments