Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

chore(deps): update all non-major dependencies #1105

chore(deps): update all non-major dependencies

chore(deps): update all non-major dependencies #1105

Workflow file for this run

name: CI
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master, actions ]
pull_request:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'adopt'
- name: Build
run: ./gradlew build