mirror of
https://github.com/Auxilor/Reforges.git
synced 2026-01-04 15:41:40 +00:00
7 lines
179 B
Groovy
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'
|
|
} |