9
0
mirror of https://github.com/Auxilor/Reforges.git synced 2025-12-27 10:59:23 +00:00
Files
Reforges/eco-core/core-plugin/build.gradle
2021-10-02 12:41:28 +01:00

7 lines
181 B
Groovy

group 'com.willfp'
version rootProject.version
dependencies {
compileOnly 'io.papermc.paper:paper-api:1.17.1-R0.1-SNAPSHOT'
compileOnly 'com.github.MilkBowl:VaultAPI:1.7'
}