Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Bump io.freefair.settings.plugin-versions from 8.0.1 to 8.1.0 #218

Bump io.freefair.settings.plugin-versions from 8.0.1 to 8.1.0

Bump io.freefair.settings.plugin-versions from 8.0.1 to 8.1.0 #218

Workflow file for this run

name: Java CI
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- name: Build with Gradle
run: ./gradlew build