Skip to content

fix(deps): update dependency org.jetbrains:annotations to v24.1.0 #122

fix(deps): update dependency org.jetbrains:annotations to v24.1.0

fix(deps): update dependency org.jetbrains:annotations to v24.1.0 #122

Workflow file for this run

name: 'build'
on: [ 'pull_request', 'push' ]
jobs:
build:
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.full_name }}
runs-on: 'ubuntu-latest'
steps:
- name: 'checkout repo'
uses: 'actions/checkout@v4'
- name: 'setup JDK 1.8'
uses: 'actions/setup-java@v1'
with:
java-version: 1.8
- name: 'build'
run: './gradlew build'