Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kittech0 committed Aug 8, 2023
1 parent 70c51fd commit e9c174c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.jvmargs=-Xmx4G
org.gradle.jvmargs=-Xmx4G -Xms4G

# Fabric Properties
# check these on https://fabricmc.net/develop
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import com.google.gson.JsonParser
import com.mojang.serialization.Codec
import com.mojang.serialization.DataResult
import com.mojang.serialization.JsonOps
import io.github.mosaicmc.mosaiccoder.internal.asJsonObject
import io.github.mosaicmc.mosaiccoder.internal.gson
import io.github.mosaicmc.mosaiccoder.internal.wrapResult
import io.github.mosaicmc.mosaiccore.api.plugin.PluginContainer
import java.io.File
Expand Down

0 comments on commit e9c174c

Please sign in to comment.