Skip to content

Bump com.diffplug.spotless from 6.22.0 to 7.0.2 #107

Bump com.diffplug.spotless from 6.22.0 to 7.0.2

Bump com.diffplug.spotless from 6.22.0 to 7.0.2 #107

Workflow file for this run

# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
name: Java CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@859c33240bd026ce8d5f711f5adcc65c2f8eafc1
- name: Build with Gradle
uses: gradle/gradle-build-action@d3a78eb55fffee1a47f015407e9358a147b48ddc
with:
arguments: build
- uses: actions/upload-artifact@v3
with:
name: YusufModerationBot
path: build/libs