-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgradle.properties
More file actions
57 lines (45 loc) · 1.77 KB
/
gradle.properties
File metadata and controls
57 lines (45 loc) · 1.77 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
# Faster builds
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
# Hypertale properties
hypertale.library.version=1.0.0
hypertale.version=1.3.1-dev
hypertale.init=1
# https://plugins.gradle.org/plugin/net.ltgt.errorprone
errorprone-plugin.version=5.0.0
# https://mvnrepository.com/artifact/com.google.errorprone/error_prone_annotations
# https://mvnrepository.com/artifact/com.google.errorprone/error_prone_core
errorprone.version=2.47.0
# https://plugins.gradle.org/plugin/com.diffplug.spotless
spotless.version=8.2.1
# https://mvnrepository.com/artifact/net.bytebuddy/byte-buddy
bytebuddy.version=1.18.4
# https://asm.ow2.io/versions.html
#ASM properties
asm.version=9.9.1
# https://mvnrepository.com/artifact/it.unimi.dsi/fastutil-core
fastutil.version=8.5.18
# https://mvnrepository.com/artifact/com.google.code.gson/gson
gson.version=2.13.2
# https://mvnrepository.com/artifact/com.google.guava/guava
# https://mvnrepository.com/artifact/com.google.guava/failureaccess
#Guava properties
guava.version=33.5.0-jre
guava-failureaccess.version=1.0.3
# https://maven.fabricmc.net/net/fabricmc/sponge-mixin/
# https://mvnrepository.com/artifact/net.fabricmc/sponge-mixin
# Fabric Mixin version
fabric-mixin.version=0.17.0+mixin.0.8.7
# https://github.com/LlamaLad7/MixinExtras/releases
# https://mvnrepository.com/artifact/io.github.llamalad7/mixinextras-common
# 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://github.com/Vineflower/vineflower/releases
# https://mvnrepository.com/artifact/org.vineflower/vineflower
#VineFlower properties
vineflower.version=1.11.2