We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 058d475 commit 57ee1beCopy full SHA for 57ee1be
buildSrc/build.gradle
@@ -111,6 +111,12 @@ dependencies {
111
api "commons-io:commons-io:${props.getProperty('commonsio')}"
112
api "net.java.dev.jna:jna:5.14.0"
113
api 'com.gradleup.shadow:shadow-gradle-plugin:8.3.10'
114
+ constraints {
115
+ api('org.codehaus.plexus:plexus-utils') {
116
+ version { strictly '3.5.1' }
117
+ because 'plexus-utils 4.x is incompatible with Java 11'
118
+ }
119
120
api 'org.jdom:jdom2:2.0.6.1'
121
api "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${props.getProperty('kotlin')}"
122
api 'de.thetaphi:forbiddenapis:3.8'
0 commit comments