Skip to content

Commit

Permalink
mark H2 database on Java 11+
Browse files Browse the repository at this point in the history
  • Loading branch information
HSGamer committed Jul 16, 2024
1 parent 3c2a999 commit e4fbe04
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions database/database-client-h2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@

<artifactId>hscore-database-client-h2</artifactId>

<properties>
<java.version>11</java.version>
</properties>

<dependencies>
<dependency>
<groupId>me.hsgamer</groupId>
Expand Down
4 changes: 4 additions & 0 deletions database/database-driver-h2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@

<artifactId>hscore-database-driver-h2</artifactId>

<properties>
<java.version>11</java.version>
</properties>

<dependencies>
<dependency>
<groupId>me.hsgamer</groupId>
Expand Down

0 comments on commit e4fbe04

Please sign in to comment.