From 8d2313d799e8005f2e32af51eacd416fd81bf4dd Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Wed, 21 Feb 2024 00:44:44 -0500 Subject: [PATCH] [-] Remove comments in build.gradle --- build.gradle.kts | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3df1891b..4f8f585e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -41,10 +41,7 @@ dependencies { // Database runtimeOnly("org.mariadb.jdbc:mariadb-java-client:3.3.2") 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") - // https://mvnrepository.com/artifact/org.hibernate.orm/hibernate-community-dialects implementation("org.hibernate.orm:hibernate-community-dialects:6.4.4.Final") // JSR305 for nullable