Refactored policy system, fixed config file parsing inconsistencies.

- LocationPolicy is now an extension of Policy
- Policy.parse() is now PolicyParser mapped in PolicyParsers.
- NodeValueParser was merged with DataShifter
- More code small changes to enable the project to work with this new configuration.
This commit is contained in:
天クマ 2025-12-08 17:19:06 -03:00
commit e64b563190
23 changed files with 358 additions and 258 deletions

View file

@ -4,7 +4,7 @@ plugins {
}
group = 'io.github.adrianvic'
version = '1.0.1-SNAPSHOT'
version = '1.0.2-SNAPSHOT'
repositories {
mavenCentral()