Skip to content

Commit 612f29f

Browse files
committed
Migrate build files to DGT, part 2
1 parent f17a1c0 commit 612f29f

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

gradle.properties

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
1-
# gradle.properties file -- CHANGE THE VALUES STARTING WITH `mod_*` AND REMOVE THIS COMMENT.
2-
3-
# Sets the name of your mod.
4-
mod_name=ColorSaturation
5-
# Sets the id of your mod that mod loaders use to recognize it.
6-
mod_id=colorsaturation
7-
# Sets the version of your mod. Make sure to update this when you make changes according to semver.
8-
mod_version=1.0.0
9-
# Sets the name of the jar file that you put in your 'mods' folder.
10-
mod_archives_name=ColorSaturation
11-
121
# Gradle Configuration -- DO NOT TOUCH THESE VALUES.
132
polyfrost.defaults.loom=3
143
org.gradle.daemon=true
154
org.gradle.parallel=true
165
org.gradle.configureoncommand=true
176
org.gradle.parallel.threads=4
18-
org.gradle.jvmargs=-Xmx2G
7+
org.gradle.jvmargs=-Xmx2G
8+
9+
mod.name=ColorSaturation
10+
mod.id=colorsaturation
11+
mod.version=1.0.0
12+
mod.group=org.polyfrost

0 commit comments

Comments
 (0)