Skip to content

Commit 5f01da6

Browse files
Use HTTPS on some URLs.
1 parent ed7e2b8 commit 5f01da6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ configure(subprojects.findAll { projectNamesToPublish.contains(it.name) }) {
128128
licenses {
129129
license {
130130
name = 'The Apache Software License, Version 2.0'
131-
url = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
131+
url = 'https://www.apache.org/licenses/LICENSE-2.0.txt'
132132
distribution = 'repo'
133133
}
134134
}

objectbox-java/build.gradle

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

7070
title = "ObjectBox Java ${version} API"
7171
options.overview = "$projectDir/src/web/overview.html"
72-
options.bottom = 'Available under the Apache License, Version 2.0 - <i>Copyright &#169; 2017-2020 <a href="http://objectbox.io/">ObjectBox Ltd</a>. All Rights Reserved.</i>'
72+
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>'
7373

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

0 commit comments

Comments
 (0)