Skip to content

Commit 3ceb0d3

Browse files
author
ehennum
committed
gradle renamed property to runtimeClasspath #1272
1 parent 75bf51a commit 3ceb0d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

marklogic-client-api/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ javadoc {
5656
options.overview = "src/main/javadoc/overview.html"
5757
options.windowTitle = "$rootProject.describedName $rootProject.version"
5858
options.docTitle = "$rootProject.describedName $rootProject.version"
59-
options.bottom = "Copyright © 2013-2020 MarkLogic Corporation."
59+
options.bottom = "Copyright © 2013-2021 MarkLogic Corporation."
6060
options.links = [ 'http://docs.oracle.com/javase/8/docs/api/' ]
6161
options.use = true
6262
if (JavaVersion.current().isJava9Compatible()) {
@@ -154,7 +154,7 @@ distributions {
154154
main {
155155
contents {
156156
from("..") {
157-
include("LEGALNOTICES.TXT")
157+
include("NOTICE.TXT")
158158
}
159159
from("src/main/resources") {
160160
include ("Readme.txt")
@@ -180,7 +180,7 @@ distributions {
180180
}
181181
into("lib") {
182182
from jar
183-
from(project.configurations.runtime)
183+
from(project.configurations.runtimeClasspath)
184184
}
185185
}
186186
}

0 commit comments

Comments
 (0)