rework for 1.21, and it works!

This commit is contained in:
Alex Zenla
2025-04-10 21:42:29 -07:00
parent abd0a47424
commit c0499c0b58
20 changed files with 80 additions and 63 deletions

25
.github/workflows-disabled/build.yml vendored Normal file
View File

@ -0,0 +1,25 @@
name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: build check
- name: Organize Artifacts
run: ./tools/organize-artifacts.sh
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: foundation-build
path: |
artifacts/*