Skip to content

Commit

Permalink
Loom 1.5 & JGit 6.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron committed Jan 10, 2024
1 parent de96684 commit e1346db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.4-SNAPSHOT'
id 'fabric-loom' version '1.5-SNAPSHOT'
id 'maven-publish'
id 'com.modrinth.minotaur' version '2.+'
}
Expand Down Expand Up @@ -77,6 +77,11 @@ dependencies {

loom {
accessWidenerPath = file("src/main/resources/skyblocker.accesswidener")

mixin {
//BetterInject is incompatible with TR remapping so we'll disable it for futureproofing
useLegacyMixinAp = true
}
}

base {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repoparser_version = 1.4.0

# Other Libraries
## JGit (https://mvnrepository.com/artifact/org.eclipse.jgit/org.eclipse.jgit)
jgit_version = 6.7.0.202309050840-r
jgit_version = 6.8.0.202311291450-r
## Apache Commons Math (https://mvnrepository.com/artifact/org.apache.commons/commons-math3)
commons_math_version = 3.6.1

Expand Down

0 comments on commit e1346db

Please sign in to comment.