Update dependency org.jooq:jooq-codegen to v3.19.10 #182
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Push Pipeline" | |
on: | |
push: | |
branches: | |
- "*" | |
- "*/*" | |
- "**" | |
workflow_dispatch: | |
jobs: | |
gradle-build: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: git clone | |
uses: actions/[email protected] | |
- name: Set up JDKs | |
uses: actions/[email protected] | |
with: | |
distribution: temurin | |
java-version: | | |
8 | |
11 | |
- name: Set up Gradle | |
uses: gradle/[email protected] | |
- run: "./gradlew :test" |