Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
refactor: update gradle scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Giggitybyte committed Feb 11, 2022
1 parent 5d95f9f commit a3b231a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'fabric-loom' version '0.10.25'
id 'io.github.juuxel.loom-quiltflower' version '1.5.0'
id 'fabric-loom' version '0.11-SNAPSHOT'
id 'io.github.juuxel.loom-quiltflower' version '1.6.0'
}

sourceCompatibility = JavaVersion.VERSION_17
Expand Down Expand Up @@ -34,6 +34,6 @@ java {

jar {
from("LICENSE") {
rename { "${it}_${project.archivesBaseName}"}
rename { "${it}_${project.archivesBaseName}" }
}
}
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
org.gradle.jvmargs=-Xmx1G

minecraft_version=1.18.1
yarn_mappings=1.18.1+build.1
loader_version=0.12.11
yarn_mappings=1.18.1+build.22
loader_version=0.13.1

mod_version=1.2.0
maven_group=me.thegiggitybyte
Expand Down

0 comments on commit a3b231a

Please sign in to comment.