Skip to content

Bump com.gradle.enterprise from 3.13.4 to 3.14.1 #261

Bump com.gradle.enterprise from 3.13.4 to 3.14.1

Bump com.gradle.enterprise from 3.13.4 to 3.14.1 #261

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/[email protected]
- name: Set up JDK 11
uses: actions/[email protected]
with:
distribution: zulu
java-version: 11
- name: Set up Gradle
uses: gradle/[email protected]
- run: "./gradlew :check"