temporarily re-disable hibernate-spatial

This commit is contained in:
Steve Ebersole 2021-08-26 12:18:15 -05:00
parent 84a4938a52
commit 3da7de2bce
1 changed files with 2 additions and 2 deletions

View File

@ -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"