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

Commit

Permalink
Add sources to jar; update build version
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecorry31 committed Mar 12, 2017
1 parent d44ef91 commit 7bf2efc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'com.kylecorry.frc.vision'
version '0.5'
version '0.6'


sourceCompatibility = 1.8
Expand All @@ -32,4 +32,8 @@ wpi {
ntcoreVersion = "+" // The NetworkTables Core version to use.
opencvVersion = "+" // The OpenCV version to use
cscoreVersion = "+" // The CSCore version to use
}

jar {
from sourceSets.main.allSource
}

0 comments on commit 7bf2efc

Please sign in to comment.