Skip to content

improvements to handling of shared libraries; support for new types of package deps; bugfixes #1211

improvements to handling of shared libraries; support for new types of package deps; bugfixes

improvements to handling of shared libraries; support for new types of package deps; bugfixes #1211

Workflow file for this run

name: Build application
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 21
cache: gradle
- name: Build with Gradle
run: ./gradlew build --no-daemon