mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-26 02:57:52 +01:00
parent
d1d4eba702
commit
b3bcea4798
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user