Files
ThisRocks/settings.gradle
Martin Prokoph ac3c519fc4 ThisRocks 1.8.0 - Update to 1.21
- Fixed #15
- Allow blocks to replace rocks and sticks (closes #43)
- Added unifiedPublishing for a better workflow
2024-06-16 23:24:49 +02:00

11 lines
233 B
Groovy
Executable File

pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
maven { url "https://maven.architectury.dev/" }
gradlePluginPortal()
}
}