fabric/fabric-structure-api-v1/build.gradle
frqnny 98295c3114
Fix structure config not applying in every case (#1495)
* Fix structure config not applying in every case

* Make tempmap immutable

* delete unfinished sentence

oop

* Some more cleanup
This was done at the request of Technician

* Update fabric-structure-api-v1/src/main/resources/fabric.mod.json

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2021-06-14 22:58:00 +01:00

6 lines
180 B
Groovy

archivesBaseName = "fabric-structure-api-v1"
version = getSubprojectVersion(project, "1.1.10")
moduleDependencies(project, [
'fabric-lifecycle-events-v1',
'fabric-api-base'
])