Skip to content

Bump com.google.guava:guava from 31.1-jre to 32.1.3-jre #159

Bump com.google.guava:guava from 31.1-jre to 32.1.3-jre

Bump com.google.guava:guava from 31.1-jre to 32.1.3-jre #159

Workflow file for this run

# This workflow will build a Java project with Gradle
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
name: Build
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
checks:
runs-on: ubuntu-latest
container: eclipse-temurin:17-jdk
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Grant execute permission for gradlew
run: chmod +x ./gradlew
- name: Run Checks
run: ./gradlew --stacktrace -PjavafxPlatform=linux build