This repository has been archived by the owner on Aug 23, 2024. It is now read-only.
Bump com.zaxxer:HikariCP from 5.0.1 to 5.1.0 #46
Workflow file for this run
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: Java 17 CI | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- name: Set up JDK 17 | |
uses: actions/setup-java@v1 | |
with: | |
java-version: 17 | |
- name: Build with Maven | |
run: mvn -B package --file pom.xml | |
- run: mkdir -p target | |
- uses: actions/upload-artifact@master | |
with: | |
name: v10lift | |
path: target |