Skip to content

Commit

Permalink
build: Update Gradle settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveplays28 committed Jan 5, 2024
1 parent 44de9c3 commit 768afe2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Done to increase the memory available to gradle.
# Gradle settings
# Increase memory available to Gradle, enable parallelism, and enable caching
org.gradle.jvmargs=-Xmx1G
org.gradle.parallel=true
org.gradle.caching=true

# Fabric Properties
# Fabric properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.20.3
yarn_mappings=1.20.3+build.1
loader_version=0.14.10

# Mod Properties
# Mod properties
mod_version=1.10.1
maven_group=com.github.steveplays28
archives_base_name=realisticsleep
Expand Down

0 comments on commit 768afe2

Please sign in to comment.