mirror of
https://github.com/ViaVersion/ViaAprilFools.git
synced 2025-01-07 19:07:35 +01:00
10 lines
205 B
Groovy
10 lines
205 B
Groovy
plugins {
|
|
id "vaf.platform-conventions"
|
|
}
|
|
|
|
processResources {
|
|
filesMatching("META-INF/sponge_plugins.json") {
|
|
expand("version": project.version, "description": project.description)
|
|
}
|
|
}
|