mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-08 18:47:26 +08:00
[-] Remove comments in build.gradle
This commit is contained in:
@@ -41,10 +41,7 @@ dependencies {
|
|||||||
// Database
|
// Database
|
||||||
runtimeOnly("org.mariadb.jdbc:mariadb-java-client:3.3.2")
|
runtimeOnly("org.mariadb.jdbc:mariadb-java-client:3.3.2")
|
||||||
runtimeOnly("org.xerial:sqlite-jdbc:3.45.1.0")
|
runtimeOnly("org.xerial:sqlite-jdbc:3.45.1.0")
|
||||||
|
|
||||||
// https://mvnrepository.com/artifact/org.hibernate.orm/hibernate-core
|
|
||||||
implementation("org.hibernate.orm:hibernate-core:6.4.4.Final")
|
implementation("org.hibernate.orm:hibernate-core:6.4.4.Final")
|
||||||
// https://mvnrepository.com/artifact/org.hibernate.orm/hibernate-community-dialects
|
|
||||||
implementation("org.hibernate.orm:hibernate-community-dialects:6.4.4.Final")
|
implementation("org.hibernate.orm:hibernate-community-dialects:6.4.4.Final")
|
||||||
|
|
||||||
// JSR305 for nullable
|
// JSR305 for nullable
|
||||||
|
|||||||
Reference in New Issue
Block a user