Skip to content

Commit 4e79395

Browse files
committed
Add link to issue explaining shadowJar task in spring-analyzer
1 parent 7b87982 commit 4e79395

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utbot-spring-analyzer/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ application {
2323
mainClass.set("org.utbot.spring.ApplicationRunnerKt")
2424
}
2525

26+
// see more details about this task -- https://github.com/spring-projects/spring-boot/issues/1828
2627
tasks.withType(ShadowJar::class.java) {
2728
isZip64 = true
2829
// Required for Spring

0 commit comments

Comments
 (0)