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 6221b6a commit 004479cCopy full SHA for 004479c
src/main/groovy/org.mvplugins.jpms.spigot-api.gradle
@@ -5,10 +5,12 @@ plugins {
5
extraJavaModuleInfo {
6
module('com.google.code.findbugs:jsr305', 'javax.annotation')
7
module('com.google.guava:failureaccess', 'com.google.guava.failureaccess') {
8
+ overrideModuleName()
9
exportAllPackages()
10
}
11
module('com.google.guava:listenablefuture', 'com.google.guava.listenablefuture')
12
module('com.google.j2objc:j2objc-annotations', 'com.google.j2objc.annotations') {
13
+ preserveExisting()
14
15
16
module('com.google.guava:guava', 'com.google.guava') {
0 commit comments