File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,6 @@ def runtimeJvmArgs = [
21
21
22
22
tasks. processResources { filesMatching(" **/application.yaml" ) { expand(project. properties) } }
23
23
24
- tasks. withType(JavaCompile ). configureEach {
25
- options. compilerArgs + = [
26
- ' --add-exports=java.xml/com.sun.org.apache.xalan.internal.xsltc.trax=ALL-UNNAMED' ,
27
- ' --add-exports=java.xml/com.sun.org.apache.xalan.internal.xsltc.runtime=ALL-UNNAMED'
28
- ]
29
- }
30
-
31
24
tasks. withType(Test ). configureEach {
32
25
jvmArgs + = runtimeJvmArgs
33
26
}
@@ -57,7 +50,6 @@ dependencies {
57
50
exclude group : ' org.springframework.boot' , module : ' spring-boot-starter-tomcat'
58
51
}
59
52
implementation ' org.springframework.boot:spring-boot-starter-undertow'
60
- implementation ' com.google.code.gson:gson:2.11.0'
61
53
compileOnly ' org.projectlombok:lombok'
62
54
developmentOnly ' org.springframework.boot:spring-boot-devtools'
63
55
annotationProcessor ' org.springframework.boot:spring-boot-configuration-processor'
You can’t perform that action at this time.
0 commit comments