Skip to content

Commit

Permalink
Update build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
acoburn committed Jan 1, 2019
1 parent 8586810 commit 57de38f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ subprojects { subproj ->

publishing {
publications {
mavenJava(MavenPublication) {
maven(MavenPublication) {
pom {
packaging = 'jar'
name = 'Trellis Linked Data Integrations'
Expand Down Expand Up @@ -303,7 +303,7 @@ configure(rootProject) {

task apidocs(type: Javadoc, dependsOn: getTasksByName('docs', true)) {
outputs.upToDateWhen { false }
destinationDir = new File(projectDir, "docs/apidocs")
destinationDir = new File(projectDir, "docs/apidocs/${project.version}")
title = "Trellis Linked Data Integration Documentation"
options {
memberLevel = JavadocMemberLevel.PUBLIC
Expand Down

0 comments on commit 57de38f

Please sign in to comment.