-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
83 lines (58 loc) · 2.49 KB
/
Copy pathgradle.properties
File metadata and controls
83 lines (58 loc) · 2.49 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
# Gradle runtime options
# Enables the Gradle daemon for faster repeat builds.
org.gradle.daemon = true
# JVM memory used by Gradle while building the project.
org.gradle.jvmargs = -Xmx3G
# Allows Gradle to build independent tasks in parallel.
org.gradle.parallel = true
# Enables Gradle's local build cache.
org.gradle.caching = true
# Java / Hytale options
# Java version used by the generated mod project.
java_version = 25
# Hytale server version targeted by this mod.
hytale_version = 0.5.3
# Mod identity
# Java package group used by Gradle.
group = com.bleachreiryoku
# Group identifier written into manifest.json.
manifest_group = The Reiryoku Team
# Human-readable mod name.
mod_name = Bleach Reiryoku
# Fully-qualified plugin entry point class.
main_class = com.bleachreiryoku.BleachReiryokuPlugin
# Comma-separated author entries. Author names cannot contain spaces.
# Each entry supports: Name, Name|Email, or Name|Email|Url.
# Example: AzureDoom|azuredoom@example.com|https://example.com,SomeOtherAuthor
mod_author = Jaykov, Lxrdinsky, Punsihed_Man
# Unique lowercase mod identifier.
mod_id = BleachReiryoku
# SPDX-style license identifier or Proprietary.
mod_license = CC BY-NC-SA 4.0
# Short description written into manifest.json.
mod_description = This mod adds various content based on the Bleach Series
# Project website, source, or download URL.
mod_url = https://discord.gg/7My4sVvafk
# Initial mod version.
version = 0.2.3
# Manifest / packaging options
# Whether this mod includes an asset pack.
includes_pack = true
# Injects hosted Hytale API docs into generated Vineflower server sources for easier IDE browsing.
inject_server_javadocs_into_sources = true
# Optional path to a local Hytale installation, a directory containing Assets.zip, or an Assets.zip file. When set, local dev tasks use this assets zip directly instead of requiring the Gradle cached assets zip.
generateAssetsBinary = true
# Whether this mod starts disabled by default.
disabled_by_default = false
# Hytale patchline used for dependency resolution.
patchline = release
# Server version mirrored for tooling compatibility.
server_version = 0.5.3
# Server version range written into manifest.json.
manifestServerVersion = >=0.5.3 <0.6.0
# Required manifest dependencies. Format: Group:Name=Version,Other:Mod=*
manifest_dependencies = Hytale:AssetModule=*
# Optional manifest dependencies. Same format as manifest_dependencies.
manifest_opt_dependencies =
# CurseForge project ID used by update checking, if any.
curseforgeID =