You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: objectbox-java-api/build.gradle
+1-7
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,8 @@ sourceCompatibility = 1.7
7
7
8
8
javadoc {
9
9
failOnError =false
10
-
title ="ObjectBox API ${version} API"
10
+
title ="ObjectBox API ${version} API"
11
11
options.bottom ='Available under the Apache License, Version 2.0 - <i>Copyright © 2017-2019 <a href="http://objectbox.io/">ObjectBox Ltd</a>. All Rights Reserved.</i>'
Copy file name to clipboardExpand all lines: objectbox-java/build.gradle
+20-4
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ dependencies {
24
24
25
25
javadoc {
26
26
failOnError =false
27
-
title ="ObjectBox Java ${version} API"
27
+
title ="ObjectBox Java ${version} API"
28
28
options.bottom ='Available under the Apache License, Version 2.0 - <i>Copyright © 2017-2019 <a href="http://objectbox.io/">ObjectBox Ltd</a>. All Rights Reserved.</i>'
29
29
exclude("**/com/google/**")
30
30
exclude("**/io/objectbox/Cursor.java")
@@ -41,14 +41,30 @@ javadoc {
41
41
if (!srcApi.directory) thrownewGradleScriptException("Not a directory: ${srcApi}", null)
42
42
source += srcApi
43
43
doLast {
44
+
// Note: frequently check the vanilla stylesheet.css if values still match.
Copy file name to clipboardExpand all lines: objectbox-rxjava/build.gradle
-6
Original file line number
Diff line number
Diff line change
@@ -18,12 +18,6 @@ javadoc {
18
18
title ="ObjectBox RxJava2 ${version} API"
19
19
excludes = [] // Unfinished APIs if any
20
20
options.bottom ='Available under the Apache License, Version 2.0 - <i>Copyright © 2018-2019 <a href="http://objectbox.io/">ObjectBox Ltd</a>. All Rights Reserved.</i>'
0 commit comments