EcoEnchants/eco-core/build.gradle

10 lines
189 B
Groovy
Raw Normal View History

2020-12-22 02:41:37 +01:00
group 'com.willfp'
2022-01-17 17:55:03 +01:00
version rootProject.version
subprojects {
dependencies {
2022-06-06 14:29:24 +02:00
implementation 'com.willfp:libreforge:3.57.2'
2022-05-20 19:27:25 +02:00
implementation 'org.joml:joml:1.10.4'
2022-01-17 17:55:03 +01:00
}
2022-05-15 14:34:17 +02:00
}