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.
093ded264d
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 '093ded264d'
${ noResults }
ConfigLib
/
build.gradle.kts
5 lines
61 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.5.0
9 months ago
version = "4.5.0"
Update version to 4.1.0 * Added jitpack.io support (by @RobotHanzo) * Added two new NameFormatters (by @Insprill) - LOWER_KEBAB_CASE - UPPER_KEBAB_CASE * Fixed handling of comments that contain newlines (by @Insprill)
2 years ago
}