forked from ValkyrienSkies/Valkyrien-Skies-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
45 lines (37 loc) · 1.49 KB
/
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
org.gradle.jvmargs=-Xmx4G -XX:MaxMetaspaceSize=1G
minecraft_version=1.20.1
enabled_platforms=quilt,fabric,forge
archives_base_name=valkyrienskies-120
mod_version=2.3.0-beta.5
maven_group=org.valkyrienskies.mod
# https://www.curseforge.com/minecraft/mc-mods/architectury-api/files/
architectury_version=9.1.12
# https://fabricmc.net/develop/
fabric_loader_version=0.15.7
# https://fabricmc.net/develop/
fabric_api_version=0.92.0+1.20.1
# https://files.minecraftforge.net/net/minecraftforge/forge/
forge_version=1.20.1-47.2.0
# https://modrinth.com/mod/create-fabric/versions
create_fabric_version=0.5.1-f-build.1335+mc1.20.1
# https://github.com/Fabricators-of-Create/Create/blob/mc1.19/fabric/dev/gradle.properties
flywheel_version_fabric=0.6.9-6
# https://modrinth.com/mod/create-big-cannons/versions
createbigcannons_version= 5.5.0
create_utilities_version=0.2.1+1.20.1
energy_version=2.3.0
vs_core_version=1.1.0+da86725858
# Prevent kotlin from autoincluding stdlib as a dependency, which breaks
# gradle's composite builds (includeBuild) for some reason. We'll add it manually
kotlin.stdlib.default.dependency=false
# Left intentionally empty
vs_maven_url=
vs_maven_username=
vs_maven_password=
curse_api_key=
curse_project_id=258371
modrinth_api_key=
modrinth_project_id=V5ujR2yw
# This is set to true in CI, to ensure that VS doesn't rely on a maven hosted in someone's basement to build
# you can also set it to true if some external maven is misbehaving (forge I'm looking @ u)
block_external_repositories=