Skip to content

Bump version of the Gradle plugin —> 1.9.4. #324

Bump version of the Gradle plugin —> 1.9.4.

Bump version of the Gradle plugin —> 1.9.4. #324

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@v4
with:
submodules: 'true'
- uses: actions/setup-java@v4
with:
java-version: 11
distribution: zulu
cache: gradle
- name: Build all libraries
shell: bash
run: ./gradlew build --stacktrace