Skip to content

Commit

Permalink
Update profile_dev.gradle.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Oct 22, 2024
1 parent d332839 commit 7cbf29e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies {
<%_ if (prodDatabaseTypeOracle) { _%>
implementation "com.oracle.database.jdbc:ojdbc8"
testImplementation "org.testcontainers:oracle-xe"
<%_ } else if (prodDatabaseTypeMariadb || prodDatabaseTypeMssql || prodDatabaseTypePostgres || prodDatabaseTypeMysql) { _%>
<%_ } else if (prodDatabaseTypeMariadb || prodDatabaseTypeMssql || prodDatabaseTypePostgresql || prodDatabaseTypeMysql) { _%>
<%_ if (reactive) { _%>
implementation "<%- prodDatabaseDriver.r2dbc.groupId %>:<%- prodDatabaseDriver.r2dbc.artifactId %>"
<%_ } _%>
Expand Down

0 comments on commit 7cbf29e

Please sign in to comment.