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 fcd2c6b commit 596d9d7Copy full SHA for 596d9d7
build.gradle
@@ -2,7 +2,7 @@ plugins {
2
id 'com.github.kt3k.coveralls' version '2.12.2'
3
id 'jacoco'
4
id 'me.champeau.gradle.jmh' version '0.5.3'
5
- id 'nebula.optional-base' version '3.2.0'
+ id 'nebula.optional-base' version '3.1.0'
6
id 'com.github.hierynomus.license' version '0.16.1'
7
id 'com.github.spotbugs' version "6.0.14"
8
id 'maven-publish'
@@ -116,6 +116,7 @@ configure(publishedProjects) {
116
configurations.all {
117
resolutionStrategy {
118
force "junit:junit:${junitVersion}"
119
+ force 'com.netflix.nebula:nebula-gradle-interop:2.2.2'
120
}
121
122
0 commit comments