Skip to content

Do not apply ModelCompiler to "proto-extension" module. Remove some… #141

Do not apply ModelCompiler to "proto-extension" module. Remove some…

Do not apply ModelCompiler to "proto-extension" module. Remove some… #141

Workflow file for this run

name: Build under Ubuntu
on: push
jobs:
build:
name: Build under Ubuntu
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
- uses: actions/setup-java@v3
with:
java-version: 11
distribution: zulu
cache: gradle
- name: Build project and run tests
shell: bash
run: ./gradlew build --stacktrace