9278f6c4b9
* Fix new gradle 8.0 deprecation added in 7.2 * Handle bootstrap tests a bit better * Fix 0.9 wrapper tests
8 lines
No EOL
148 B
Groovy
8 lines
No EOL
148 B
Groovy
plugins {
|
|
id 'fabric-loom' version '0.9.local'
|
|
}
|
|
|
|
dependencies {
|
|
minecraft "com.mojang:minecraft:1.16.5"
|
|
mappings loom.officialMojangMappings()
|
|
} |