Skip to content

Commit 9e8c20a

Browse files
committed
Clean up build.grade and gradle.properties
Closes gh-61
1 parent 1e29733 commit 9e8c20a

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ dependencies {
5858
exclude group: 'org.slf4j', module: 'slf4j-simple'
5959
}
6060
api "org.apache.groovy:groovy-sql"
61-
api "org.hibernate:hibernate-core-jakarta:$HibernateCoreVersion"
6261

6362
compileOnly "org.graceframework:grace-boot"
6463
compileOnly "org.graceframework:grace-cli"

gradle.properties

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ projectVersion=6.3.0-SNAPSHOT
22
graceVersion=2023.3.0-RC1
33
gormVersion=2023.3.0-RC1
44
gormHibernateVersion=2023.3.0-RC1
5-
groovyVersion=4.0.26
6-
h2Version=2.2.224
7-
HibernateCoreVersion=5.6.15.Final
8-
liquibaseVersion=4.27.0
9-
liquibaseHibernateVersion=4.27.0
105
websiteUrl=https://github.com/graceframework/grace-database-migration
116
issueTrackerUrl=https://github.com/graceframework/grace-database-migration/issues
127
vcsUrl=https://github.com/graceframework/grace-database-migration

0 commit comments

Comments
 (0)