-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
54 lines (41 loc) · 995 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Project Settings
base.id = codecable
base.name = Codecable
base.group = net.ashwork
base.author = ChampionAsh5357
# Core
core.id = core
core.version = 2.0.0-SNAPSHOT
# Minecraft
minecraft.id = minecraft
minecraft.group = net.ashwork.mc
minecraft.core.id = core
minecraft.core.version = 2.0.0-SNAPSHOT
# Forge
minecraft.forge.id = forge
minecraft.forge.version = 2.0.0-SNAPSHOT
# Fabric
minecraft.fabric.id = fabric
minecraft.fabric.version = 2.0.0-SNAPSHOT
# General Settings
java.version = 17
file.encoding = UTF-8
# Dependency Settings
dfu.version = 4.1.27
# Minecraft Settings
vanilla.gradle.version = 0.2.1-SNAPSHOT
mc.version = 1.18.2
# Fabric Settings
loom.version = 0.11-SNAPSHOT
fabric.loader.version = 0.13.3
fabric.api.version = 0.47.10+1.18.2
# Forge Settings
forge.gradle.version = 5.1.+
forge.loader.version = 40.0.19
# Test Settings
junit.version = 5.8.2
# Plugin Settings
licenser.version = 0.6.1
# Gradle Settings
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false