From 3da7de2bceec91f0ddf67269b970657f83dcd718 Mon Sep 17 00:00:00 2001 From: Steve Ebersole Date: Thu, 26 Aug 2021 12:18:15 -0500 Subject: [PATCH] temporarily re-disable hibernate-spatial --- settings.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.gradle b/settings.gradle index f002af291d..011c7d3cd2 100644 --- a/settings.gradle +++ b/settings.gradle @@ -118,8 +118,7 @@ include 'hibernate-transaction-client' include 'hibernate-envers' include 'hibernate-envers-jakarta' -include 'hibernate-community-dialects' -include 'hibernate-spatial' +//include 'hibernate-spatial' include 'hibernate-c3p0' include 'hibernate-proxool' @@ -164,6 +163,7 @@ project(':hibernate-gradle-plugin').projectDir = new File(rootProject.projectDir include 'hibernate-enhance-maven-plugin' project(':hibernate-enhance-maven-plugin').projectDir = new File(rootProject.projectDir, "tooling/hibernate-enhance-maven-plugin") +include 'hibernate-community-dialects' rootProject.children.each { project -> project.buildFileName = "${project.name}.gradle"