Skip to content

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

Bump com.gradle.enterprise from 3.13.4 to 3.14.1

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

Workflow file for this run

name: Build Plugin
on: [ push, pull_request ]
jobs:
gradle-build:
runs-on: ubuntu-latest
steps:
- name: git clone
uses: actions/[email protected]
- name: Set up JDK
uses: actions/[email protected]
with:
distribution: temurin
java-version: 11
- name: Set up Gradle
uses: gradle/[email protected]
- run: "./gradlew build"