Skip to content

Commit ed4353f

Browse files
Update year in API docs footer.
1 parent c070190 commit ed4353f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objectbox-java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ task javadocForWeb(type: Javadoc) {
7171

7272
title = "ObjectBox Java ${version} API"
7373
options.overview = "$projectDir/src/web/overview.html"
74-
options.bottom = 'Available under the Apache License, Version 2.0 - <i>Copyright &#169; 2017-2020 <a href="https://objectbox.io/">ObjectBox Ltd</a>. All Rights Reserved.</i>'
74+
options.bottom = 'Available under the Apache License, Version 2.0 - <i>Copyright &#169; 2017-2021 <a href="https://objectbox.io/">ObjectBox Ltd</a>. All Rights Reserved.</i>'
7575

7676
doLast {
7777
// Note: frequently check the vanilla stylesheet.css if values still match.

0 commit comments

Comments
 (0)