Skip to content

Commit

Permalink
Removes html5 flag from javadoc generation as this is not available i…
Browse files Browse the repository at this point in the history
…n older jdks
  • Loading branch information
gsteinacker committed Oct 24, 2018
1 parent 648a2af commit cc87000
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 48 deletions.
4 changes: 0 additions & 4 deletions edison-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ dependencies {
testCompile libraries.async_http_client
}

javadoc {
options.addBooleanOption('html5', true)
}

artifacts {
archives jar
archives javadocJar
Expand Down
4 changes: 0 additions & 4 deletions edison-jobs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ dependencies {
testCompile test_libraries.embedded_mongo
}

javadoc {
options.addBooleanOption('html5', true)
}

artifacts {
archives jar
archives javadocJar
Expand Down
4 changes: 0 additions & 4 deletions edison-mongo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ dependencies {
testCompile test_libraries.embedded_mongo
}

javadoc {
options.addBooleanOption('html5', true)
}

artifacts {
archives jar
archives javadocJar
Expand Down
4 changes: 0 additions & 4 deletions edison-oauth/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ dependencies {
testCompile project(":edison-testsupport")
}

javadoc {
options.addBooleanOption('html5', true)
}

artifacts {
archives jar
archives javadocJar
Expand Down
4 changes: 0 additions & 4 deletions edison-testsupport/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ dependencies {
compile test_libraries.spring_boot_starter_test
}

javadoc {
options.addBooleanOption('html5', true)
}

artifacts {
archives jar
archives javadocJar
Expand Down
4 changes: 0 additions & 4 deletions edison-togglz/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ dependencies {

}

javadoc {
options.addBooleanOption('html5', true)
}

artifacts {
archives jar
archives javadocJar
Expand Down
4 changes: 0 additions & 4 deletions edison-validation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ dependencies {
testImplementation test_libraries.rest_assured
}

javadoc {
options.addBooleanOption('html5', true)
}

artifacts {
archives jar
archives javadocJar
Expand Down
4 changes: 0 additions & 4 deletions examples/example-jobs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ dependencies {
testCompile project(":edison-testsupport")
}

javadoc {
options.addBooleanOption('html5', true)
}

artifacts {
archives jar
archives javadocJar
Expand Down
4 changes: 0 additions & 4 deletions examples/example-oauth/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ dependencies {
testCompile project(":edison-testsupport")
}

javadoc {
options.addBooleanOption('html5', true)
}

artifacts {
archives jar
archives javadocJar
Expand Down
4 changes: 0 additions & 4 deletions examples/example-status/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ dependencies {
testCompile project(":edison-testsupport")
}

javadoc {
options.addBooleanOption('html5', true)
}

artifacts {
archives jar
archives javadocJar
Expand Down
4 changes: 0 additions & 4 deletions examples/example-togglz-mongo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ dependencies {
testCompile project(":edison-testsupport")
}

javadoc {
options.addBooleanOption('html5', true)
}

artifacts {
archives jar
archives javadocJar
Expand Down
4 changes: 0 additions & 4 deletions examples/example-togglz/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ dependencies {
testCompile project(":edison-testsupport")
}

javadoc {
options.addBooleanOption('html5', true)
}

artifacts {
archives jar
archives javadocJar
Expand Down

0 comments on commit cc87000

Please sign in to comment.