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 f03d368 commit 1d63899Copy full SHA for 1d63899
.github/workflows/master.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
java-version: 11
17
- name: Build native with Maven
18
- run: mvn -B package -Pnative -Dquarkus.native.container-build=true -Dquarkus.datasource.driver=org.postgresql.Driver
+ run: mvn -B package -Pnative -Dquarkus.native.container-build=true
19
- name: Upload target for next job
20
uses: actions/upload-artifact@v1
21
pom.xml
@@ -68,6 +68,10 @@
68
<groupId>io.quarkus</groupId>
69
<artifactId>quarkus-jdbc-postgresql</artifactId>
70
</dependency>
71
+ <dependency>
72
+ <groupId>io.quarkus</groupId>
73
+ <artifactId>quarkus-jdbc-h2</artifactId>
74
+ </dependency>
75
</dependencies>
76
<build>
77
<plugins>
0 commit comments