9
0
mirror of https://github.com/BX-Team/DivineMC.git synced 2025-12-31 12:46:42 +00:00

rollback to java 21, move native math to other branch

This commit is contained in:
NONPLAYT
2025-03-23 02:40:37 +03:00
parent 35f1a407cb
commit f4e79b8427
28 changed files with 330 additions and 3125 deletions

View File

@@ -23,11 +23,11 @@ jobs:
generate-job-summary: false
cache-read-only: false
- name: Setup JDK 22
- name: Setup JDK 21
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 22
java-version: 21
- name: Configure Git and Gradle
run: |