-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathgradle.properties
67 lines (57 loc) · 2.31 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
#
# JourneyMap API (http://journeymap.info)
# http://github.com/TeamJM/journeymap-api
#
# Copyright (c) 2011-2016 Techbrew. All Rights Reserved.
# The following limited rights are granted to you:
#
# You MAY:
# + Write your own code that uses the API source code in journeymap.* packages as a dependency.
# + Write and distribute your own code that uses, modifies, or extends the example source code in example.* packages
# + Fork and modify any source code for the purpose of submitting Pull Requests to the TeamJM/journeymap-api repository.
# Submitting new or modified code to the repository means that you are granting Techbrew all rights to the submitted code.
#
# You MAY NOT:
# - Distribute source code or classes (whether modified or not) from journeymap.* packages.
# - Submit any code to the TeamJM/journeymap-api repository with a different license than this one.
# - Use code or artifacts from the repository in any way not explicitly granted by this license.
#
# Forge versions here: http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
# Mappings versions here: http://export.mcpbot.bspk.rs/snapshot/
# Properties for dependency versions
minecraft_version=1.21.1
mappings=1.21.1
channel=official
mappings_mc_version=1.21
mappings_date=2024.07.28
#forge
forge_version=52.0.16
#fabric
fabric_api_version=0.105.0+1.21.1
fabric_loader_version=0.16.5
# neoforge
neoforge_version=21.1.65
# https://projects.neoforged.net/neoforged/neoform
neo_form_version=1.21.1-20240808.144430
# Journeymap cursemaven version
jm_project_id=32274
forge_jm_file_id=3587042
fabric_jm_file_id=3587042
# Properties for artifact versions
group=info.journeymap
mod_name=journeymap-api
api_version=2.0.0
snapshot=true
# Properties for artifact titles
title=JourneyMap API
title_example=Example Mod for JourneyMap API
title_javadoc=JourneyMap API and Example Mod
# Properties for Sonatype Maven Deployment
description=An API for other mods to integrate with JourneyMap for Minecraft.
license_url=https://github.com/TeamJM/journeymap-api#markdown-header-license-information
git_website=https://github.com/TeamJM/journeymap-api
gir_scm=scm:git:[email protected]:TeamJM/journeymap-api.git
git_url=[email protected]:TeamJM/journeymap-api.git
dateFormat=yyyy-MM-dd-HH:mm:ss
org.gradle.jvmargs=-Xms3G -Xmx3G -Dnojline/
org.gradle.daemon=true