Skip to content

Commit 306db65

Browse files
committed
disable shadow gradle until bug resolved
Due to the issue specified in #116, I'll comment out the minimize function that reduces JAR compile time and storage footprint until we can figure out how to explicitly incorporate the missing libraries (retry later to see if updates to the package resolve this issue)
1 parent f29fd81 commit 306db65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ shadowJar {
5656
archiveVersion.set(version)
5757

5858
// Reduce fat jar to only include dependencies used
59-
minimize()
59+
//minimize()
6060
}

0 commit comments

Comments
 (0)