Skip to content

GH-150 Update dependency checkstyle to v10.15.0 #704

GH-150 Update dependency checkstyle to v10.15.0

GH-150 Update dependency checkstyle to v10.15.0 #704

Workflow file for this run

name: Java CI with Gradle
on:
push:
branches: [ "master" ]
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
- name: Make gradlew executable
run: chmod +x gradlew
- name: Run checkstyle
run: ./gradlew checkstyleMain
- name: Build with Gradle
uses: gradle/gradle-build-action@942d5e1456472d289f4b112fd3b62244067bac9c
with:
arguments: shadowJar
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: 'Successfully build DiscordOfficer JDK${{ matrix.jdk }}'
path: build/libs/*.jar