We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8586810 commit 57de38fCopy full SHA for 57de38f
build.gradle
@@ -155,7 +155,7 @@ subprojects { subproj ->
155
156
publishing {
157
publications {
158
- mavenJava(MavenPublication) {
+ maven(MavenPublication) {
159
pom {
160
packaging = 'jar'
161
name = 'Trellis Linked Data Integrations'
@@ -303,7 +303,7 @@ configure(rootProject) {
303
304
task apidocs(type: Javadoc, dependsOn: getTasksByName('docs', true)) {
305
outputs.upToDateWhen { false }
306
- destinationDir = new File(projectDir, "docs/apidocs")
+ destinationDir = new File(projectDir, "docs/apidocs/${project.version}")
307
title = "Trellis Linked Data Integration Documentation"
308
options {
309
memberLevel = JavadocMemberLevel.PUBLIC
0 commit comments