Skip to content

Commit 596d9d7

Browse files
Downgrade nebula.optional-base
1 parent fcd2c6b commit 596d9d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'com.github.kt3k.coveralls' version '2.12.2'
33
id 'jacoco'
44
id 'me.champeau.gradle.jmh' version '0.5.3'
5-
id 'nebula.optional-base' version '3.2.0'
5+
id 'nebula.optional-base' version '3.1.0'
66
id 'com.github.hierynomus.license' version '0.16.1'
77
id 'com.github.spotbugs' version "6.0.14"
88
id 'maven-publish'
@@ -116,6 +116,7 @@ configure(publishedProjects) {
116116
configurations.all {
117117
resolutionStrategy {
118118
force "junit:junit:${junitVersion}"
119+
force 'com.netflix.nebula:nebula-gradle-interop:2.2.2'
119120
}
120121
}
121122

0 commit comments

Comments
 (0)