Skip to content

Bump concurrently from 9.1.1 to 9.1.2 #2459

Bump concurrently from 9.1.1 to 9.1.2

Bump concurrently from 9.1.1 to 9.1.2 #2459

Workflow file for this run

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