Skip to content

Commit dcaf2e4

Browse files
committed
Remove outdated comments and imports in build.gradle.kts in utbot-instrumentation and utbot-spring-analyzer
1 parent db2bd12 commit dcaf2e4

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

utbot-instrumentation/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import com.github.jengelman.gradle.plugins.shadow.transformers.Log4j2PluginsCacheFileTransformer
2-
import com.github.jengelman.gradle.plugins.shadow.transformers.PropertiesFileTransformer
32

43
val asmVersion: String by rootProject
54
val kryoVersion: String by rootProject
@@ -58,7 +57,6 @@ dependencies {
5857
compileOnly("org.springframework.boot:spring-boot:$springBootVersion")
5958
}
6059

61-
// see more details -- https://github.com/spring-projects/spring-boot/issues/1828
6260
tasks.shadowJar {
6361
manifest {
6462
attributes(

utbot-spring-analyzer/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import com.github.jengelman.gradle.plugins.shadow.transformers.Log4j2PluginsCacheFileTransformer
2-
import com.github.jengelman.gradle.plugins.shadow.transformers.PropertiesFileTransformer
32

43
val springBootVersion: String by rootProject
54
val rdVersion: String by rootProject
@@ -43,7 +42,6 @@ application {
4342
mainClass.set("org.utbot.spring.process.SpringAnalyzerProcessMainKt")
4443
}
4544

46-
// see more details -- https://github.com/spring-projects/spring-boot/issues/1828
4745
tasks.shadowJar {
4846
isZip64 = true
4947

0 commit comments

Comments
 (0)