-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increase YAML Codepoint max #6
base: standalone-impl
Are you sure you want to change the base?
Increase YAML Codepoint max #6
Conversation
(Please be sure to build HeadsPlus with the expanded limit - I have a 7MB heads.yml ;) |
Will be sure to take a look into this tomorrow, I've had absolutely no time today so hopefully I'll get some tomorrow :') |
@@ -44,7 +44,7 @@ | |||
<dependency> | |||
<groupId>com.github.thatsmusic99</groupId> | |||
<artifactId>ConfigurationMaster-API</artifactId> | |||
<version>v2.0.0-BETA-2</version> | |||
<version>v2.0.0-BETA-3</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The beta version specified was BETA-4 rather than 3, if it was 2 that's an error on my end
@@ -5,12 +5,12 @@ | |||
<parent> | |||
<artifactId>ConfigurationMaster</artifactId> | |||
<groupId>com.github.thatsmusic99</groupId> | |||
<version>v2.0.0-BETA-2</version> | |||
<version>v2.0.0-BETA-3</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same applies here
Fixes issues with loading configuration files larger than 3MB