mirror of
https://github.com/Oth3r/Sit.git
synced 2025-09-20 00:13:21 +02:00
update loom and gradle statements
This commit is contained in:
parent
1fa208013f
commit
7459d832c7
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
plugins {
|
||||
id 'fabric-loom' version '1.8-SNAPSHOT'
|
||||
id 'fabric-loom' version '1.10-SNAPSHOT'
|
||||
id 'maven-publish'
|
||||
id 'com.modrinth.minotaur' version '2.+'
|
||||
id 'net.darkhax.curseforgegradle' version '1.1.+'
|
||||
|
@ -14,8 +14,8 @@ base {
|
|||
}
|
||||
|
||||
repositories {
|
||||
maven { url "https://maven.terraformersmc.com/releases/" }
|
||||
maven { url "https://maven.isxander.dev/releases" }
|
||||
maven { url = "https://maven.terraformersmc.com/releases/" }
|
||||
maven { url = "https://maven.isxander.dev/releases" }
|
||||
}
|
||||
|
||||
loom {
|
||||
|
@ -33,7 +33,7 @@ dependencies {
|
|||
}
|
||||
|
||||
processResources {
|
||||
filteringCharset "UTF-8"
|
||||
filteringCharset = "UTF-8"
|
||||
|
||||
var replaceProperties = [
|
||||
version : project.version,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue