Skip to content

chore: update ascend to 2025.3-c861242 #355

chore: update ascend to 2025.3-c861242

chore: update ascend to 2025.3-c861242 #355

Workflow file for this run

name: Build Library
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 23
uses: actions/setup-java@v4
with:
java-version: '23'
distribution: 'temurin'
cache: 'gradle'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build --stacktrace