Skip to content

No response for some more IWAP Commands #2629

No response for some more IWAP Commands

No response for some more IWAP Commands #2629

Workflow file for this run

name: Java CI with Gradle
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
cache: gradle
- run: ./gradlew build --no-daemon --stacktrace