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 {
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 }
You can’t perform that action at this time.
0 commit comments