Skip to content

Commit

Permalink
use java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly committed Dec 2, 2024
1 parent fba3417 commit 1825c12
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,9 @@ on:
jobs:
CodeAudits:
uses: evanchooly/workflows/.github/workflows/code-audits.yml@master
with:
java: 21
Build:
uses: evanchooly/workflows/.github/workflows/build.yml@master
with:
java: 21
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ dist
idea-files
javabot-hide.properties
javabot.yml
javadoc/
logs
out
target
Expand All @@ -29,4 +30,6 @@ Sofia.java
javabot.properties


quarkus/*
quarkus/*
.quarkus
bin

0 comments on commit 1825c12

Please sign in to comment.