mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2025-02-15 01:31:44 +01:00
8 lines
107 B
Groovy
8 lines
107 B
Groovy
plugins {
|
|
id "vfp.mod-conventions"
|
|
}
|
|
|
|
configurations {
|
|
compileOnlyApi.extendsFrom vvDependencies
|
|
}
|