We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 742ff93 commit 1de4eb8Copy full SHA for 1de4eb8
.github/workflows/maven.yml
@@ -26,8 +26,8 @@ jobs:
26
java-version: '21'
27
distribution: 'temurin'
28
cache: maven
29
- - name: Build with Maven
30
- run: ./mvnw verify
+ - name: Build with MavenWrapper
+ run: ./mvnw -B package
31
32
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
33
- name: Update dependency graph
curation-api/src/test/resources/application.yml
@@ -4,6 +4,8 @@ spring:
4
username: sa
5
password: password
6
driver-class-name: org.h2.Driver
7
+ hikari:
8
+ auto-commit: true
9
jpa:
10
show-sql: true
11
hibernate:
0 commit comments