Skip to content

Commit 57de38f

Browse files
committed
Update build configuration
1 parent 8586810 commit 57de38f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ subprojects { subproj ->
155155

156156
publishing {
157157
publications {
158-
mavenJava(MavenPublication) {
158+
maven(MavenPublication) {
159159
pom {
160160
packaging = 'jar'
161161
name = 'Trellis Linked Data Integrations'
@@ -303,7 +303,7 @@ configure(rootProject) {
303303

304304
task apidocs(type: Javadoc, dependsOn: getTasksByName('docs', true)) {
305305
outputs.upToDateWhen { false }
306-
destinationDir = new File(projectDir, "docs/apidocs")
306+
destinationDir = new File(projectDir, "docs/apidocs/${project.version}")
307307
title = "Trellis Linked Data Integration Documentation"
308308
options {
309309
memberLevel = JavadocMemberLevel.PUBLIC

0 commit comments

Comments
 (0)