fabric-*: update Loom to 0.10.65

This fixes three issues:
- Gradle compatibility
- IDE compatibility
- Builds breaking because we were running on SNAPSHOT
This commit is contained in:
Kosma Moczek 2022-01-04 22:56:24 +01:00
parent 3ae48275a8
commit 47df7cb402
5 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '0.6-SNAPSHOT'
id 'fabric-loom' version '0.10.65'
}
archivesBaseName = project.archives_base_name

View File

@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '0.6-SNAPSHOT'
id 'fabric-loom' version '0.10.65'
}
archivesBaseName = project.archives_base_name

View File

@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '0.6-SNAPSHOT'
id 'fabric-loom' version '0.10.65'
}
archivesBaseName = project.archives_base_name

View File

@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '0.8-SNAPSHOT'
id 'fabric-loom' version '0.10.65'
}
archivesBaseName = project.archives_base_name

View File

@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '0.10-SNAPSHOT'
id 'fabric-loom' version '0.10.65'
}
archivesBaseName = project.archives_base_name