mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-27 21:29:47 +01:00
Fix API javadoc & fix Bukkit legacy build
This commit is contained in:
parent
2429831153
commit
db8f1bca66
@ -27,7 +27,7 @@ import java.util.Map;
|
|||||||
import java.util.concurrent.CopyOnWriteArrayList;
|
import java.util.concurrent.CopyOnWriteArrayList;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A simple implementation of the listener aspects of {@link IContextCalculator<T>}
|
* A simple implementation of the listener aspects of {@link IContextCalculator}
|
||||||
* @param <T> the subject type
|
* @param <T> the subject type
|
||||||
*/
|
*/
|
||||||
public abstract class ContextCalculator<T> implements IContextCalculator<T> {
|
public abstract class ContextCalculator<T> implements IContextCalculator<T> {
|
||||||
|
@ -67,6 +67,14 @@
|
|||||||
<pattern>org.h2</pattern>
|
<pattern>org.h2</pattern>
|
||||||
<shadedPattern>me.lucko.luckperms.lib.h2</shadedPattern>
|
<shadedPattern>me.lucko.luckperms.lib.h2</shadedPattern>
|
||||||
</relocation>
|
</relocation>
|
||||||
|
<relocation>
|
||||||
|
<pattern>com.google.common</pattern>
|
||||||
|
<shadedPattern>me.lucko.luckperms.lib.guava</shadedPattern>
|
||||||
|
</relocation>
|
||||||
|
<relocation>
|
||||||
|
<pattern>com.google.gson</pattern>
|
||||||
|
<shadedPattern>me.lucko.luckperms.lib.gson</shadedPattern>
|
||||||
|
</relocation>
|
||||||
</relocations>
|
</relocations>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
Loading…
Reference in New Issue
Block a user