ViaVersion/gradle.properties

14 lines
694 B
Properties
Raw Permalink Normal View History

2021-05-25 06:58:34 +02:00
# Project properties - we put these here so they can be modified without causing a recompile of the build scripts
2024-04-26 18:26:37 +02:00
projectVersion=4.10.1-SNAPSHOT
2023-08-11 04:28:38 +02:00
# Smile emoji
2024-04-23 11:26:17 +02:00
mcVersions=1.20.5,1.20.4, 1.20.3, 1.20.2, 1.20.1, 1.20, 1.19.4, 1.19.3, 1.19.2, 1.19.1, 1.19, 1.18.2, 1.18.1, 1.18, 1.17.1, 1.17, 1.16.5, 1.16.4, 1.16.3, 1.16.2, 1.16.1, 1.16, 1.15.2, 1.15.1, 1.15, 1.14.4, 1.14.3, 1.14.2, 1.14.1, 1.14, 1.13.2, 1.13.1, 1.13, 1.12.2, 1.12.1, 1.12, 1.11.2, 1.11.1, 1.11, 1.10.2, 1.10.1, 1.10, 1.9.4, 1.9.3, 1.9.2, 1.9.1, 1.9, 1.8.9
mcVersionRange=1.8-1.20.5
waterfallVersion=1.20
velocityVersion=3.3
2021-05-25 06:58:34 +02:00
# Gradle properties
2021-02-17 14:49:10 +01:00
org.gradle.daemon=true
org.gradle.configureondemand=true
2021-05-25 06:58:34 +02:00
org.gradle.parallel=true