Skip to content
This repository has been archived by the owner on Jun 2, 2021. It is now read-only.

Commit

Permalink
Add sources to jar; update to v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecorry31 committed Mar 12, 2017
1 parent 516b739 commit b44bdca
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
@@ -1,5 +1,5 @@
group 'com.kylecorry.tf'
version '0.6.1'
version '0.6.2'

apply plugin: 'java'

Expand All @@ -16,4 +16,8 @@ repositories {
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.11'
compile name: 'Geometry-0.5'
}

jar {
from sourceSets.main.allSource
}

0 comments on commit b44bdca

Please sign in to comment.