Skip to content

Commit

Permalink
version source and javadoc jars
Browse files Browse the repository at this point in the history
  • Loading branch information
albertlatacz committed Dec 2, 2016
1 parent 4067ebb commit 927b0e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ repositories {

task javadocJar(type: Jar, dependsOn: shadowJar) {
baseName "javarepl"
version projectVersion
from javadoc
}

task sourceJar(type: Jar, dependsOn: shadowJar) {
baseName "javarepl"
version projectVersion
from sourceSets.main.allSource
}

Expand Down

0 comments on commit 927b0e3

Please sign in to comment.