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

Commit

Permalink
Decrease jar file size
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecorry31 committed Feb 12, 2017
1 parent bfa6886 commit 7fb4470
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.kylecorry.frc.vision'
version '0.4'
version '0.4.1'

apply plugin: 'java'

Expand All @@ -9,12 +9,6 @@ repositories {
mavenCentral()
}

jar {
from {
configurations.compile.collect { it.isDirectory() ? it : zipTree(it) }
}
}

dependencies {
testCompile group: 'junit', name: 'junit', version: '4.11'
compile fileTree(dir: 'libs', include: '*.jar')
Expand Down

0 comments on commit 7fb4470

Please sign in to comment.