mirror of
https://github.com/Lucaslah/WeatherChanger.git
synced 2026-01-07 05:57:52 +00:00
Fix gradle build
- Removed broken code - Update README.md - Update .gitignore Signed-off-by: Lucas Petrino <nsx1lucas@gmail.com>
This commit is contained in:
@@ -22,10 +22,6 @@ subprojects {
|
||||
"minecraft"("com.mojang:minecraft:${properties["minecraft_version"]}")
|
||||
"mappings"("net.fabricmc:yarn:${rootProject.properties["yarn_mappings"]}:v2")
|
||||
}
|
||||
|
||||
tasks.named("remapJar", RemapJarTask::class) {
|
||||
archiveBaseName.set(properties["archives_base_name"].toString() + archiveBaseName)
|
||||
}
|
||||
}
|
||||
|
||||
allprojects {
|
||||
|
||||
Reference in New Issue
Block a user