Skip to content

Commit

Permalink
Merge pull request #4 from GTNewHorizons/jankins
Browse files Browse the repository at this point in the history
[bs] spotless apply for jenkins
  • Loading branch information
Dream-Master authored Jan 10, 2024
2 parents 4bd5f52 + 0e186c7 commit a74068f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//version: 1704650211
//version: 1704751096
/*
DO NOT CHANGE THIS FILE!
Also, you may replace this file at any time if there is an update available.
Expand Down Expand Up @@ -786,7 +786,7 @@ dependencies {
java17Dependencies("com.github.GTNewHorizons:lwjgl3ify:${lwjgl3ifyVersion}")
}
if (modId != 'hodgepodge') {
java17Dependencies('com.github.GTNewHorizons:Hodgepodge:2.3.35')
java17Dependencies('com.github.GTNewHorizons:Hodgepodge:2.4.4')
}

java17PatchDependencies("com.github.GTNewHorizons:lwjgl3ify:${lwjgl3ifyVersion}:forgePatches") {transitive = false}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

import com.google.gson.Gson;
import com.google.gson.JsonObject;

import eu.usrv.yamcore.auxiliary.ItemDescriptor;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import net.minecraft.nbt.NBTTagCompound;

import com.google.gson.JsonObject;

import eu.usrv.yamcore.auxiliary.ItemDescriptor;

public class JSONHoverEvent {
Expand Down

0 comments on commit a74068f

Please sign in to comment.