Skip to content

Commit

Permalink
Fix #44
Browse files Browse the repository at this point in the history
  • Loading branch information
codetaylor committed Dec 3, 2018
1 parent 5670945 commit 6b7f1d3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ dependencies {
compile project(":athenaeum")
}

jar {
from sourceSets.api.output
}

processResources {
// this will ensure that this task is redone when the versions change.
inputs.property "version", project.version
Expand All @@ -106,5 +110,4 @@ processResources {
*/
task wrapper(type: Wrapper) {
gradleVersion = '4.1'
}

}

0 comments on commit 6b7f1d3

Please sign in to comment.