mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2025-01-30 12:51:17 +08:00
Exclude experimental from API
This commit is contained in:
parent
914e0a322e
commit
b944b3e46c
@ -104,6 +104,8 @@
|
||||
packageExcludes.add("com.sk89q.worldedit*.internal*")
|
||||
// Mixins are not API
|
||||
packageExcludes.add("com.sk89q.worldedit*.mixin*")
|
||||
// Experimental is not API
|
||||
packageExcludes.add("com.sk89q.worldedit*.experimental*")
|
||||
}
|
||||
|
||||
checkApiCompatibility {
|
||||
|
Loading…
Reference in New Issue
Block a user