mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-22 15:05:18 +01:00
8 lines
141 B
Groovy
8 lines
141 B
Groovy
group 'com.willfp'
|
|
version rootProject.version
|
|
|
|
subprojects {
|
|
dependencies {
|
|
implementation 'com.willfp:libreforge:3.7.4'
|
|
}
|
|
} |