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