Skip to content

build(deps): bump com.diffplug.spotless from 6.13.0 to 7.0.4 #757

build(deps): bump com.diffplug.spotless from 6.13.0 to 7.0.4

build(deps): bump com.diffplug.spotless from 6.13.0 to 7.0.4 #757

Workflow file for this run

name: Build CI
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
permissions:
contents: read
# The following concurrency group cancels in-progress jobs or runs on pull_request events only;
# if github.head_ref is undefined, the concurrency group will fallback to the run ID,
# which is guaranteed to be both unique and defined for the run.
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Set up JDK
uses: actions/[email protected]
with:
distribution: "temurin"
java-version: |
8
11
17
21
cache: "gradle"
- name: Setup Gradle
uses: gradle/actions/[email protected]
- name: Build with Gradle
run: ./gradlew build -i
- name: Upload Build Artifacts
uses: actions/[email protected]
with:
name: assembled-plugin
path: build/