Added aggregated javadocs plugin

Affects issues:
- #993
This commit is contained in:
Rsl1122 2019-08-05 10:24:50 +03:00
parent d1d4eba702
commit b3bcea4798
1 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,11 @@
// Aggregate Javadocs
buildscript {
repositories { jcenter() }
dependencies {
classpath 'com.netflix.nebula:gradle-aggregate-javadocs-plugin:2.2.+'
}
}
plugins {
id "java"
id "jacoco"
@ -8,6 +16,8 @@ plugins {
id "com.github.johnrengelman.shadow" version "5.1.0"
}
apply plugin: 'nebula-aggregate-javadocs'
allprojects {
wrapper.gradleVersion = "5.0"