mirror of
https://github.com/PuzzleMC/Puzzle.git
synced 2025-12-15 19:35:10 +01:00
10 lines
175 B
Groovy
Executable File
10 lines
175 B
Groovy
Executable File
archivesBaseName = "puzzle-models"
|
|
|
|
loom {
|
|
accessWidenerPath = file("src/main/resources/puzzle-models.accesswidener")
|
|
}
|
|
|
|
dependencies {
|
|
api project(":puzzle-base")
|
|
}
|