Skip to content
This repository was archived by the owner on Sep 15, 2023. It is now read-only.

Commit 7fb4470

Browse files
committed
Decrease jar file size
1 parent bfa6886 commit 7fb4470

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

build.gradle

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.kylecorry.frc.vision'
2-
version '0.4'
2+
version '0.4.1'
33

44
apply plugin: 'java'
55

@@ -9,12 +9,6 @@ repositories {
99
mavenCentral()
1010
}
1111

12-
jar {
13-
from {
14-
configurations.compile.collect { it.isDirectory() ? it : zipTree(it) }
15-
}
16-
}
17-
1812
dependencies {
1913
testCompile group: 'junit', name: 'junit', version: '4.11'
2014
compile fileTree(dir: 'libs', include: '*.jar')

0 commit comments

Comments
 (0)