Skip to content

Commit 4eee1db

Browse files
committed
OpenLoom v1.0.0
1 parent f911770 commit 4eee1db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up JDK
3535
uses: actions/setup-java@v3
3636
with:
37-
java-version: '23'
37+
java-version: '11'
3838
distribution: 'temurin'
3939

4040
- name: Build project with Maven (GPG disabled)

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up JDK
1818
uses: actions/setup-java@v3
1919
with:
20-
java-version: '23'
20+
java-version: '11'
2121
distribution: 'temurin'
2222

2323
- name: Import GPG key

0 commit comments

Comments
 (0)