Skip to content

Commit 004479c

Browse files
committed
Enhance compatibility with newer spigot/paper versions.
1 parent 6221b6a commit 004479c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/groovy/org.mvplugins.jpms.spigot-api.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ plugins {
55
extraJavaModuleInfo {
66
module('com.google.code.findbugs:jsr305', 'javax.annotation')
77
module('com.google.guava:failureaccess', 'com.google.guava.failureaccess') {
8+
overrideModuleName()
89
exportAllPackages()
910
}
1011
module('com.google.guava:listenablefuture', 'com.google.guava.listenablefuture')
1112
module('com.google.j2objc:j2objc-annotations', 'com.google.j2objc.annotations') {
13+
preserveExisting()
1214
exportAllPackages()
1315
}
1416
module('com.google.guava:guava', 'com.google.guava') {

0 commit comments

Comments
 (0)