Skip to content

Bump com.gradle.enterprise from 3.16.1 to 3.16.2 (#3) #10

Bump com.gradle.enterprise from 3.16.1 to 3.16.2 (#3)

Bump com.gradle.enterprise from 3.16.1 to 3.16.2 (#3) #10

Workflow file for this run

name: Build Plugin
on: [ push ]
jobs:
gradle-build:
strategy:
matrix:
os: [ubuntu, macos, windows]
runs-on: ${{ matrix.os }}-latest
steps:
- name: git clone
uses: actions/[email protected]
- name: Set up JDK
uses: actions/[email protected]
with:
distribution: temurin
java-version: 17
- name: Set up Gradle
uses: gradle/[email protected]
- run: "./gradlew build"