@@ -7,8 +7,6 @@ buildscript {
77 classpath " org.graceframework:grace-gradle-plugin:$graceVersion "
88 classpath " io.github.gradle-nexus:publish-plugin:2.0.0"
99 classpath " org.asciidoctor:asciidoctor-gradle-jvm:3.3.2"
10- classpath " org.liquibase:liquibase-core:$liquibaseVersion "
11- classpath " org.hibernate:hibernate-core-jakarta:$HibernateCoreVersion "
1210 }
1311}
1412
@@ -57,18 +55,11 @@ dependencies {
5755 api(" org.apache.groovy:groovy-sql:$groovyVersion " )
5856 api " org.hibernate:hibernate-core-jakarta:$HibernateCoreVersion "
5957
60- compileOnly ' org.springframework.boot:spring-boot-starter-logging'
61- compileOnly " org.springframework.boot:spring-boot-starter-actuator"
62- compileOnly " org.springframework.boot:spring-boot-autoconfigure"
63- compileOnly " org.springframework.boot:spring-boot-starter-tomcat"
64-
6558 compileOnly " org.graceframework:grace-boot"
6659 compileOnly ' jakarta.servlet:jakarta.servlet-api:6.0.0'
6760 implementation " org.graceframework:grace-datastore-gorm:$gormVersion "
6861 compileOnly " org.graceframework.plugins:hibernate:$hibernatePluginVersion "
6962
70- testImplementation " org.springframework.boot:spring-boot-starter-tomcat"
71- testImplementation " org.hibernate:hibernate-core-jakarta:$HibernateCoreVersion "
7263 testImplementation " org.graceframework:grace-shell"
7364 testImplementation " org.graceframework.plugins:hibernate:$hibernatePluginVersion "
7465
@@ -84,8 +75,6 @@ dependencies {
8475 documentation " org.apache.groovy:groovy-xml:$groovyVersion "
8576}
8677
87- bootJar. enabled = false
88-
8978java {
9079 toolchain {
9180 languageVersion = JavaLanguageVersion . of(17 )
0 commit comments