Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 419ce80

Browse files
Remove class path from fatJar
1 parent df2d2c4 commit 419ce80

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ClassySharkWS/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,11 @@ jar {
5353
}
5454
}
5555

56-
//create a single Jar with all dependencies
56+
// Create a single Jar with all dependencies
5757
task fatJar(type: Jar) {
5858
manifest {
5959
attributes (
6060
'Main-Class': 'com.google.classyshark.Main',
61-
"Class-Path": configurations.compile.collect { "lib/$it.name" }.join(' ')
6261
)
6362

6463
}

0 commit comments

Comments
 (0)