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

Commit 7923120

Browse files
committed
Add sources to jar; update to v0.6.1
1 parent 09dddee commit 7923120

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.kylecorry.geometry'
2-
version '0.6'
2+
version '0.6.1'
33

44
apply plugin: 'java-library'
55

@@ -12,3 +12,7 @@ repositories {
1212
dependencies {
1313
testCompile group: 'junit', name: 'junit', version: '4.11'
1414
}
15+
16+
jar {
17+
from sourceSets.main.allSource
18+
}

0 commit comments

Comments
 (0)