Skip to content

Bump com.gradle.develocity from 3.17.3 to 3.17.4 (#194) #386

Bump com.gradle.develocity from 3.17.3 to 3.17.4 (#194)

Bump com.gradle.develocity from 3.17.3 to 3.17.4 (#194) #386

Workflow file for this run

name: "CI Build"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
gradle-build:
runs-on: ubuntu-latest
steps:
- name: git clone
uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 11
- name: Set up Gradle
uses: gradle/actions/setup-gradle@v3
- run: "./gradlew :check"