Skip to content

Commit

Permalink
Downgrade loom
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Dec 1, 2024
1 parent f7d6328 commit 1c7d268
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ plugins {
java
`maven-publish`
id("architectury-plugin") version "3.4.+"
id("dev.architectury.loom") version "1.8.+" apply false
id("dev.architectury.loom") version "1.7.+" apply false
id("me.modmuss50.mod-publish-plugin") version "0.3.4" apply false // https://github.com/modmuss50/mod-publish-plugin
id("com.github.johnrengelman.shadow") version "8.1.1" apply false
id("dev.ithundxr.silk") version "0.11.+" // https://github.com/IThundxr/silk
Expand Down
5 changes: 4 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#

org.gradle.jvmargs = -Xmx4G
org.gradle.jvmargs = -Xmx3G
org.gradle.caching = true

loom.ignoreDependencyLoomVersionValidation=true

# Mod Info
archives_base_name = CreateNumismatics
Expand Down

0 comments on commit 1c7d268

Please sign in to comment.