forked from bloopletech/recipe-images-exporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
25 lines (25 loc) · 951 Bytes
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
##########################################################################
# Standard Properties
kotlin.code.style = official
org.gradle.jvmargs = -Xmx1G
org.gradle.warning.mode = all
##########################################################################
# Standard Fabric Dependencies
# Check these on https://fabricmc.net/develop/
minecraft_version = 1.19.3
yarn_mappings = 1.19.3+build.5
loader_version = 0.14.10
# Fabric API
fabric_version = 0.72.0+1.19.3
loom_version = 1.0-SNAPSHOT
java_version = 17
##########################################################################
# Mod Properties
mod_version = 1.3.0
maven_group = net.bloople
archives_base_name = recipe-images-exporter
##########################################################################
# Kotlin Dependencies
systemProp.kotlin_version = 1.7.20
fabric_language_kotlin_version = 1.8.5+kotlin.1.7.20
##########################################################################