We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 899faa9 commit 79ea882Copy full SHA for 79ea882
build.gradle
@@ -1,14 +1,8 @@
1
-buildscript {
2
- repositories {
3
- mavenCentral()
4
- }
5
-}
6
-
7
plugins {
8
id 'com.github.kt3k.coveralls' version '2.8.2'
9
id 'jacoco'
10
id 'me.champeau.gradle.jmh' version '0.4.5'
11
- id 'nebula.optional-base' version '3.2.0'
+ id 'nebula.optional-base' version '7.0.0'
12
id 'com.github.hierynomus.license' version '0.15.0'
13
id 'com.github.spotbugs' version "4.5.0"
14
}
0 commit comments