Skip to content

Update plugin com.gradle.enterprise to v3.18.1 #218

Update plugin com.gradle.enterprise to v3.18.1

Update plugin com.gradle.enterprise to v3.18.1 #218

Workflow file for this run

name: "Push Pipeline"
on:
push:
branches:
- "*"
- "*/*"
- "**"
workflow_dispatch:
jobs:
gradle-build:
runs-on: ubuntu-22.04
steps:
- name: git clone
uses: actions/[email protected]
- name: Set up JDKs
uses: actions/[email protected]
with:
distribution: temurin
java-version: |
8
11
- name: Set up Gradle
uses: gradle/[email protected]
- run: "./gradlew :test"