This website works better with JavaScript.
Explore
Help
Sign In
HuskLegacy
/
ConfigLib
forked from
public-mirrors/ConfigLib
Watch
1
Star
0
Fork
You've already forked ConfigLib
0
Code
Pull Requests
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
e1dcacb1a1
master
dev
v1.4.1
v2.0.0
v2.0.1
v2.0.3
v2.1.0
v2.2.0
v3.0.0
v3.1.0
v4.0.0
v4.1.0
v4.2.0
v4.3.0
v4.4.0
v4.5.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'e1dcacb1a1'
${ noResults }
ConfigLib
/
build.gradle.kts
4 lines
60 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Migrate build scripts to Kotlin DSL.
3 years ago
allprojects {
group = "de.exlll"
Update version to 4.0.0 This update contains several new features: * Support for Java records * Support for File, Path, URL, URI, Instant * New project structure that makes it easier to add support for additional file types ... and some breaking changes: * The code for saving and loading YAML files was moved from the configlib-core to the configlib-yaml module: * The Configurations class has been renamed to YamlConfigurations and its methods lost their -YamlConfiguration affix. * FieldFormatter has been renamed to NameFormatter
2 years ago
version = "4.0.0"
Migrate build scripts to Kotlin DSL.
3 years ago
}