Skip to content

build(deps): update plugin org.jetbrains.kotlin.plugin.jpa to v1.9.20 - autoclosed #684

build(deps): update plugin org.jetbrains.kotlin.plugin.jpa to v1.9.20 - autoclosed

build(deps): update plugin org.jetbrains.kotlin.plugin.jpa to v1.9.20 - autoclosed #684

Workflow file for this run

name: Test PR
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 1.8
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 8
- name: Build with Gradle
run: ./gradlew build