Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
pgeadas committed Feb 14, 2024
1 parent 41a7228 commit 5c2cde9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ java {

compileJava {
// Set binary compatibility for Java compiler to 11 (worth checking to update this also)
options.release.set(11)
options.release.set(17)
}
}

Expand All @@ -43,7 +43,7 @@ dependencies {
// This dependency is used by the application.
implementation "ch.qos.logback:logback-classic:1.2.3"
runtimeOnly 'mysql:mysql-connector-java:8.0.22'
runtimeOnly 'com.h2database:h2:1.4.200'
runtimeOnly 'com.h2database:h2:2.2.224'
runtimeOnly 'mysql:mysql-connector-java:8.0.28'
runtimeOnly 'org.xerial:sqlite-jdbc:3.36.0.3'
implementation 'info.picocli:picocli:4.6.3'
Expand Down

0 comments on commit 5c2cde9

Please sign in to comment.