Skip to content

Commit 0d46bba

Browse files
committed
minor fix in build script
1 parent 2598bb4 commit 0d46bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ javadoc {
4444
header = "$project.name $project.version"
4545
bottom """
4646
<a target="_blank" href="https://github.com/xmlobjects/xml-objects/issues">Report a bug or suggest an enhancement</a><br />
47-
${project.name} is open source and licensed under the <a target="_blank" href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a><br />
47+
${project.name} is open source and licensed under the <a target="_blank" href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a><br />
4848
Official website and more information at: <a target="_blank" href="https://github.com/xmlobjects">https://github.com/xmlobjects</a><br />
4949
Copyright &copy; 2013-${date.format('yyyy')}<br />
5050
Claus Nagel &lt;[email protected]&gt;

0 commit comments

Comments
 (0)