Skip to content

Bump org.jetbrains:annotations from 23.0.0 to 24.0.1 #133

Bump org.jetbrains:annotations from 23.0.0 to 24.0.1

Bump org.jetbrains:annotations from 23.0.0 to 24.0.1 #133

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