Skip to content

⬆️ Update dependency mocha to v11.1.0 #1777

⬆️ Update dependency mocha to v11.1.0

⬆️ Update dependency mocha to v11.1.0 #1777

Workflow file for this run

name: Gradle
on:
push:
paths-ignore:
- '.github/workflows/ruby.yml'
- 'ruby/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin
cache: gradle
- run: ./gradlew build --no-daemon --max-workers 2 --scan