Skip to content

use gradle release option instead of full toolchain to target java 8 #587

use gradle release option instead of full toolchain to target java 8

use gradle release option instead of full toolchain to target java 8 #587

Workflow file for this run

name: Spotbugs
on: [push]
jobs:
build:
name: Spotbugs
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Run spotbugs with Gradle
run: ./gradlew spotbugsMain
- uses: jwgmeligmeyling/spotbugs-github-action@master
with:
path: build/reports/spotbugs/main.xml