We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63be060 commit f59ed4aCopy full SHA for f59ed4a
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Set up JDK
13
uses: actions/setup-java@v4
14
with:
15
- java-version: '21'
+ java-version: '25'
16
cache: 'gradle'
17
distribution: 'microsoft'
18
- name: Build with Gradle
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
19
- name: Publish & Release to Curse
0 commit comments