Skip to content

Commit 8ba3bbd

Browse files
committed
Cleanup build scripts
Closes gh-33
1 parent 9d0c7cb commit 8ba3bbd

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

build.gradle

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
8978
java {
9079
toolchain {
9180
languageVersion = JavaLanguageVersion.of(17)

0 commit comments

Comments
 (0)