Skip to content

chore: Fix wrong on call #320

chore: Fix wrong on call

chore: Fix wrong on call #320

Workflow file for this run

name: Java CI with Gradle
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'adopt'
cache: 'gradle'
- name: Build with Gradle
run: ./gradlew test build --no-daemon
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: ProtocolSidebar
path: build/libs/