Skip to content

Bump com.gradle.enterprise from 3.16.2 to 3.17 #283

Bump com.gradle.enterprise from 3.16.2 to 3.17

Bump com.gradle.enterprise from 3.16.2 to 3.17 #283

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/actions/[email protected]
- run: "./gradlew build"