Move plugin declarations to plugin syntax

Note: this syntax automatically applies the plugin to the root project.
Adding `apply false` in the plugin declaration disables that.

Issue: SPR-15885
This commit is contained in:
Brian Clozel
2017-08-21 14:41:28 +02:00
parent 11418d8d28
commit 2e50ea7eb4
3 changed files with 16 additions and 6 deletions

View File

@@ -14,8 +14,6 @@
* limitations under the License.
*/
apply plugin: "org.asciidoctor.convert"
asciidoctor {
sources {
include '*.adoc'