Skip to content

Commit

Permalink
Bumped Loom, mod, and Apoli versions
Browse files Browse the repository at this point in the history
  • Loading branch information
eggohito committed Jan 10, 2024
1 parent 77a8599 commit 6f14a2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions 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'
}

Expand Down Expand Up @@ -100,12 +100,6 @@ processResources {
}
}

configurations.configureEach {
resolutionStrategy {
force("net.fabricmc:fabric-loader:$loader_version")
}
}

// ensure that the encoding is set to UTF-8, no matter what the system default is
// this fixes some edge cases with special characters not displaying correctly
// see http://yodaconditions.net/blog/fix-for-java-file-encoding-problems-with-gradle.html
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ org.gradle.jvmargs=-Xmx4G
loader_version=0.15.3

# Mod Properties
mod_version = 1.12.1
mod_version = 1.12.2
maven_group = com.github.apace100
archives_base_name = Origins-1.20.2

# Dependencies
fabric_version=0.91.2+1.20.2
cca_version=5.3.0
apoli_version=2.11.2
apoli_version=2.11.3
reach_version=2.4.0
clothconfig_version=10.0.96
modmenu_version=6.2.1
Expand Down

0 comments on commit 6f14a2d

Please sign in to comment.