9
0
mirror of https://github.com/Auxilor/Reforges.git synced 2026-01-04 15:41:40 +00:00
Files
Reforges/eco-core/core-paper/build.gradle
2021-09-29 13:00:34 +01:00

7 lines
179 B
Groovy

group 'com.willfp'
version rootProject.version
dependencies {
compileOnly project(":eco-core:core-plugin")
compileOnly 'io.papermc.paper:paper-api:1.17.1-R0.1-SNAPSHOT'
}