Skip to content

Commit efe5a68

Browse files
Follow-up: javadoc stylesheet file unused.
Follow-up to: 59a1819 update JavaDoc style; do a search and replace on stylesheet colors
1 parent 517e46c commit efe5a68

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

objectbox-java-api/build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ javadoc {
99
failOnError = false
1010
title = " ObjectBox API ${version} API"
1111
options.bottom = 'Available under the Apache License, Version 2.0 - <i>Copyright &#169; 2017-2019 <a href="http://objectbox.io/">ObjectBox Ltd</a>. All Rights Reserved.</i>'
12-
doLast {
13-
copy {
14-
from '../javadoc-style'
15-
into "build/docs/javadoc/"
16-
}
17-
}
1812
}
1913

2014
task javadocJar(type: Jar, dependsOn: javadoc) {

objectbox-rxjava/build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ javadoc {
1818
title = "ObjectBox RxJava2 ${version} API"
1919
excludes = [] // Unfinished APIs if any
2020
options.bottom = 'Available under the Apache License, Version 2.0 - <i>Copyright &#169; 2018-2019 <a href="http://objectbox.io/">ObjectBox Ltd</a>. All Rights Reserved.</i>'
21-
doLast {
22-
copy {
23-
from '../javadoc-style/'
24-
into "build/docs/javadoc/"
25-
}
26-
}
2721
}
2822

2923
task javadocJar(type: Jar, dependsOn: javadoc) {

0 commit comments

Comments
 (0)