mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2025-02-16 12:31:58 +01:00
Tentative fix for the ClassNotFound errors
This commit is contained in:
parent
d2133773b9
commit
31e35ce205
@ -24,6 +24,7 @@
|
||||
*/
|
||||
package de.bluecolored.bluemap.core;
|
||||
|
||||
import com.github.benmanes.caffeine.cache.RemovalCause;
|
||||
import de.bluecolored.bluemap.core.logger.Logger;
|
||||
import org.spongepowered.configurate.ConfigurationNode;
|
||||
import org.spongepowered.configurate.gson.GsonConfigurationLoader;
|
||||
@ -33,6 +34,9 @@
|
||||
|
||||
public class BlueMap {
|
||||
|
||||
// early-loading this class, to fix a classloading issue
|
||||
private static final RemovalCause RC = null;
|
||||
|
||||
public static final String VERSION, GIT_HASH, GIT_CLEAN;
|
||||
static {
|
||||
String version = "DEV", gitHash = "DEV", gitClean = "DEV";
|
||||
|
Loading…
Reference in New Issue
Block a user