Added protected getter for BaseConfig and updated to 1.0.3

This commit is contained in:
Auxilor
2021-01-02 17:55:22 +00:00
parent 1196fe8004
commit 5bca33a9f5
2 changed files with 2 additions and 1 deletions

View File

@@ -98,5 +98,5 @@ build.dependsOn publishToMavenLocal
group = 'com.willfp'
archivesBaseName = project.name
version = '1.0.2'
version = '1.0.3'
java.sourceCompatibility = JavaVersion.VERSION_1_8

View File

@@ -28,6 +28,7 @@ public abstract class BaseConfig extends PluginDependent implements ValueGetter
/**
* The physical config file, as stored on disk.
*/
@Getter(AccessLevel.PROTECTED)
private final File configFile;
/**