-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathgradle.properties
More file actions
112 lines (83 loc) · 3.4 KB
/
Copy pathgradle.properties
File metadata and controls
112 lines (83 loc) · 3.4 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
# Faster builds (Also parallel is required for "runClientAndServer" task)
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.jvmargs=-Xmx1024m -XX:-UseGCOverheadLimit -Dfile.encoding=UTF-8
org.gradle.java.installations.auto-download=true
# FoxLoader properties
foxloader.version=2.0-alpha39
# https://www.jitpack.io/#com.fox2code/FoxLoader
# ReIndev properties
reindev.slimUrl=https://cdn.fox2code.com/files/reindev-slim-2.9_03.jar
reindev.slimJar=reindev-slim-2.9_03.jar
reindev.patchedJar=reindev-foxloader-2.9_03.jar
reindev.clientJar=reindev-client-2.9_03.jar
reindev.serverJar=reindev-server-2.9_03.jar
reindev.slimSHA256Sum=05acb17ba6a4d4e4354fbc6ce49fe84bc489e08c16e75d9e6d8599d44a74f188
reindev.version=2.9_03
reindev.version.allowFrom=2.9
# https://plugins.gradle.org/plugin/com.diffplug.spotless
spotless.version=8.1.0
# https://modrinth.com/mod/spark/versions
#Spark properties
spark.dependency=maven.modrinth:spark:1.10.156-fabric
spark.version=1.10.156
# https://mvnrepository.com/artifact/it.unimi.dsi/fastutil-core
fastutil.version=8.5.18
# https://repo.sleeping.town/com/unascribed/ears-api/
ears.version=1.4.7
# https://mvnrepository.com/artifact/org.slf4j/slf4j-api
slf4j.version=2.0.17
# https://mvnrepository.com/artifact/org.fusesource.jansi/jansi
jansi.version=2.4.2
# https://github.com/Vineflower/vineflower/releases
#VineFlower properties
vineflower.dependency=org.vineflower:vineflower:1.11.2
# https://asm.ow2.io/versions.html
#ASM properties
asm.version=9.9.1
asm.java-support-max=26
# https://github.com/unimined/JvmDowngrader/releases
#JvmDowngrader properties
jvm-downgrader.version=1.3.5
jvm-downgrader.java-support-max=25
# https://maven.fabricmc.net/net/fabricmc/sponge-mixin/
# Fabric Mixin version
fabric-mixin.version=0.17.0+mixin.0.8.7
# https://github.com/LlamaLad7/MixinExtras/releases
# Mixin Extras version
mixin-extras.version=0.5.3
# https://github.com/Bawnorton/MixinSquared/releases
# Mixin Squared version
mixin-squared.version=0.3.3
# https://mvnrepository.com/artifact/com.moulberry/mixinconstraints
mixin-constraints.version=1.1.0
# https://repo.sleeping.town/blue/endless/jankson/
# Jankson version
jankson.version=2.0.0-SNAPSHOT-41
# https://github.com/Fox2Code/ReBuild/releases
rebuild.version=1.1.0
# https://github.com/Fox2Code/FoxEvents/releases
fox-events.version=1.3.1
# https://github.com/Fox2Code/FoxFlexVer/releases
fox-flex-ver.version=1.1.0
# https://github.com/Fox2Code/lwjglx/releases
lwjglx.version=v0.29
# For dependency bundles.
# https://mvnrepository.com/artifact/net.java.dev.jna/jna
jna.version=5.18.1
# https://kotlinlang.org/docs/home.html
kotlin.version=2.3.0
# https://mvnrepository.com/artifact/org.jetbrains.kotlinx/atomicfu-jvm
kotlinx.atomicfu.version=0.29.0
# https://mvnrepository.com/artifact/org.jetbrains.kotlinx/kotlinx-collections-immutable-jvm
kotlinx.collections-immutable.version=0.4.0
# https://mvnrepository.com/artifact/org.jetbrains.kotlinx/kotlinx-coroutines-core-jvm
kotlinx.coroutines.version=1.10.2
# https://mvnrepository.com/artifact/org.jetbrains.kotlinx/kotlinx-datetime-jvm
kotlinx.datetime.version=0.7.1
# https://mvnrepository.com/artifact/org.jetbrains.kotlinx/kotlinx-io-core-jvm
kotlinx.io.version=0.8.2
# https://mvnrepository.com/artifact/org.jetbrains.kotlinx/kotlinx-metadata-jvm
kotlinx.metadata.version=0.9.0
# https://mvnrepository.com/artifact/org.jetbrains.kotlinx/kotlinx-serialization-core-jvm
kotlinx.serialization.version=1.9.0