File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 1
1
import com.github.jengelman.gradle.plugins.shadow.transformers.Log4j2PluginsCacheFileTransformer
2
- import com.github.jengelman.gradle.plugins.shadow.transformers.PropertiesFileTransformer
3
2
4
3
val asmVersion: String by rootProject
5
4
val kryoVersion: String by rootProject
@@ -58,7 +57,6 @@ dependencies {
58
57
compileOnly(" org.springframework.boot:spring-boot:$springBootVersion " )
59
58
}
60
59
61
- // see more details -- https://github.com/spring-projects/spring-boot/issues/1828
62
60
tasks.shadowJar {
63
61
manifest {
64
62
attributes(
Original file line number Diff line number Diff line change 1
1
import com.github.jengelman.gradle.plugins.shadow.transformers.Log4j2PluginsCacheFileTransformer
2
- import com.github.jengelman.gradle.plugins.shadow.transformers.PropertiesFileTransformer
3
2
4
3
val springBootVersion: String by rootProject
5
4
val rdVersion: String by rootProject
@@ -43,7 +42,6 @@ application {
43
42
mainClass.set(" org.utbot.spring.process.SpringAnalyzerProcessMainKt" )
44
43
}
45
44
46
- // see more details -- https://github.com/spring-projects/spring-boot/issues/1828
47
45
tasks.shadowJar {
48
46
isZip64 = true
49
47
You can’t perform that action at this time.
0 commit comments