Skip to content

Remove the SCL dependency on Main to hopefully prevent a 1.12 deadlock #53

Remove the SCL dependency on Main to hopefully prevent a 1.12 deadlock

Remove the SCL dependency on Main to hopefully prevent a 1.12 deadlock #53

name: Build and test
on:
pull_request:
branches: [ master, main ]
push:
branches: [ master, main ]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'temurin'
cache: gradle
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build the library
run: ./gradlew --info --stacktrace build