Skip to content

Commit

Permalink
Use custom hacked GFH jar from personal repo.
Browse files Browse the repository at this point in the history
This fixes several issues (memory leak & subsequent gfh bug afterswapping to latest vers on upstream)
No longer use mavenLocal
  • Loading branch information
John-Paul-R committed Aug 6, 2021
1 parent a196409 commit d85222b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,10 @@ allprojects {
// Add any additional repositories
repositories {
mavenCentral()
mavenLocal()
maven { name 'Fabric'; url 'https://maven.fabricmc.net/' }
// maven { name 'TerraformersMC'; url 'https://maven.terraformersmc.com/' }
// GrossFabricHacks
maven { url = 'https://raw.githubusercontent.com/Devan-Kerman/Devan-Repo/master/' }
maven { url 'https://maven.jpcode.dev' }
// Add repositories to retrieve artifacts from in here.
// You should only use this when depending on other mods because
// Loom adds the essential maven repositories to download Minecraft and libraries from automatically.
Expand All @@ -95,9 +96,6 @@ allprojects {
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
maven { url 'https://maven.nucleoid.xyz' }

// GrossFabricHacks
maven { url = 'https://raw.githubusercontent.com/Devan-Kerman/Devan-Repo/master/' }

// Used by FabricPlaceholderAPI
flatDir {
dirs 'libs'
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ org.gradle.jvmargs=-Xmx2048M

mod_name = Essential Commands
mod_id = essential_commands
mod_version = 0.15.0
mod_version = 0.15.0-4
maven_group = com.fibermc
archives_base_name = essential_commands

Expand All @@ -21,7 +21,7 @@ org.gradle.jvmargs=-Xmx2048M
placeholder_api_version=1.0.1+1.17
#mod_menu_version = 2.0.2

gfh_version = 6.1
gfh_version = 6.1-JP7-4

jetbrains_annotations_version = 21.0.1
junit_jupiter_version = 5.7.2
Expand Down

0 comments on commit d85222b

Please sign in to comment.