Skip to content

interface metadata and non-classloading getCommonSuperClass #58

interface metadata and non-classloading getCommonSuperClass

interface metadata and non-classloading getCommonSuperClass #58

Workflow file for this run

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