Skip to content

Commit

Permalink
eggolib 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eggohito committed May 19, 2024
1 parent e8de6cd commit 8fe640d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.5-SNAPSHOT'
id 'fabric-loom' version '1.6-SNAPSHOT'
id 'maven-publish'
}

Expand Down
5 changes: 3 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Done to increase the memory available to gradle.
org.gradle.jvmargs = -Xmx4G
org.gradle.parallel= true

# Fabric Properties
# check these on https://fabricmc.net/develop
Expand All @@ -9,13 +10,13 @@ org.gradle.jvmargs = -Xmx4G

# Mod Properties
mod_name = eggolib
mod_version = 1.10.2
mod_version = 1.10.3
maven_group = com.github.eggohito
archives_base_name = eggolib-1.20.2

# Dependencies
fabric_api_version = 0.91.6+1.20.2
apoli_version = 2.11.4
apoli_version = 2.11.11
origins_version = 1.12.3
reach_version = 2.4.0
breathing_lib_version = 01269c3
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 8fe640d

Please sign in to comment.