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
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,6 @@ version= rootProject.version
5
5
6
6
sourceCompatibility =1.7
7
7
8
-
javadoc {
9
-
failOnError =false
10
-
title ="ObjectBox API ${version} API"
11
-
options.bottom ='Available under the Apache License, Version 2.0 - <i>Copyright © 2017-2020 <a href="http://objectbox.io/">ObjectBox Ltd</a>. All Rights Reserved.</i>'
Copy file name to clipboardExpand all lines: objectbox-java/build.gradle
+45-6Lines changed: 45 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -23,10 +23,7 @@ dependencies {
23
23
}
24
24
25
25
javadoc {
26
-
failOnError =false
27
-
title ="ObjectBox Java ${version} API"
28
-
options.bottom ='Available under the Apache License, Version 2.0 - <i>Copyright © 2017-2020 <a href="http://objectbox.io/">ObjectBox Ltd</a>. All Rights Reserved.</i>'
options.bottom ='Available under the Apache License, Version 2.0 - <i>Copyright © 2017-2020 <a href="http://objectbox.io/">ObjectBox Ltd</a>. All Rights Reserved.</i>'
67
+
43
68
doLast {
44
69
// Note: frequently check the vanilla stylesheet.css if values still match.
Copy file name to clipboardExpand all lines: objectbox-rxjava/build.gradle
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,6 @@ dependencies {
13
13
testCompile 'org.mockito:mockito-core:2.25.1'
14
14
}
15
15
16
-
javadoc {
17
-
failOnError =false
18
-
title ="ObjectBox RxJava2 ${version} API"
19
-
excludes = [] // Unfinished APIs if any
20
-
options.bottom ='Available under the Apache License, Version 2.0 - <i>Copyright © 2018-2020 <a href="http://objectbox.io/">ObjectBox Ltd</a>. All Rights Reserved.</i>'
0 commit comments