Skip to content

Commit

Permalink
Update Java version for build processes
Browse files Browse the repository at this point in the history
8 -> 11
  • Loading branch information
srnyx committed Nov 20, 2024
1 parent 7586f87 commit 977003c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ jobs:
uses: srnyx/tools/.github/workflows/build.yml@main
with:
name: Annoying API
java: 11
1 change: 1 addition & 0 deletions .github/workflows/build_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ jobs:
uses: srnyx/tools/.github/workflows/build.yml@main
with:
name: Annoying API
java: 11
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
build:
uses: srnyx/tools/.github/workflows/publish.yml@main
with:
java: 11
modrinth: gzktm9GG
curseforge: 728930
files: |
Expand Down
2 changes: 2 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
jdk:
- openjdk11

0 comments on commit 977003c

Please sign in to comment.