File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ javadoc {
56
56
options. overview = " src/main/javadoc/overview.html"
57
57
options. windowTitle = " $rootProject . describedName $rootProject . version "
58
58
options. docTitle = " $rootProject . describedName $rootProject . version "
59
- options. bottom = " Copyright © 2013-2020 MarkLogic Corporation."
59
+ options. bottom = " Copyright © 2013-2021 MarkLogic Corporation."
60
60
options. links = [ ' http://docs.oracle.com/javase/8/docs/api/' ]
61
61
options. use = true
62
62
if (JavaVersion . current(). isJava9Compatible()) {
@@ -154,7 +154,7 @@ distributions {
154
154
main {
155
155
contents {
156
156
from(" .." ) {
157
- include(" LEGALNOTICES .TXT" )
157
+ include(" NOTICE .TXT" )
158
158
}
159
159
from(" src/main/resources" ) {
160
160
include (" Readme.txt" )
@@ -180,7 +180,7 @@ distributions {
180
180
}
181
181
into(" lib" ) {
182
182
from jar
183
- from(project. configurations. runtime )
183
+ from(project. configurations. runtimeClasspath )
184
184
}
185
185
}
186
186
}
You can’t perform that action at this time.
0 commit comments