-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathgradle.properties
More file actions
42 lines (36 loc) 路 990 Bytes
/
Copy pathgradle.properties
File metadata and controls
42 lines (36 loc) 路 990 Bytes
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
# Project
maven_group = me.axieum.mcmod.authme
archives_base_name = authme
## {x-release-please-start-version}
version = 9.2.1+26.1
## {x-release-please-end}
# Metadata
mod_id = authme
mod_name = Auth Me
mod_description = Authenticate yourself in Minecraft and re-validate your session
mod_author = axieum
mod_author_email = imaxieum@gmail.com
mod_license = MIT
minecraft_version = 26.1
enabled_platforms = fabric, neoforge
# Fabric
fabric_loader_version = 0.19.2
fabric_loader_version_range = >=0.15
fabric_api_version = 0.146.1+26.1.2
# NeoForge
neoforge_version = 26.1.0.19-beta
neoforge_loader_version_range = [4,)
# Dependencies
apache_httpcore_version = 4.4.16
apache_httpclient_version = 4.5.14
apache_logging_version = 1.3.5
checkstyle_version = 12.2.0
mod_menu_version = 18.0.0-alpha.8
resourceful_config_version = 26.1:4.0.1
# Publish
github_repo = axieum/authme
cf_project_id = 356643
mr_project_id = yjgIrBjZ
# Gradle
org.gradle.jvmargs = -Xmx3G
org.gradle.daemon = false