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

Commit 2ac877f

Browse files
Fix spacing
1 parent 419ce80 commit 2ac877f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ClassySharkWS/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ task fatJar(type: Jar) {
5959
attributes (
6060
'Main-Class': 'com.google.classyshark.Main',
6161
)
62-
6362
}
6463
baseName = project.name + '-all'
6564
from { configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } }

0 commit comments

Comments
 (0)