-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
42 lines (37 loc) · 1.66 KB
/
gradle.properties
File metadata and controls
42 lines (37 loc) · 1.66 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
################################################################################
# INTERNAL PROJECT PROPERTIES
#
# This file manages the versions and naming for all Template modules.
# - Use '2026.x.x-build.{build number}' for CI/CD.
# - Use '2026.x.x-{iteration 1...n}' for release candidates.
# - Use '2026.x.x' for stable releases.
################################################################################
# --- Project Identity ---
project-group=io.github.mcengine
# Updated keys to match the mcextension naming style
git-org-name=MCEngine
git-org-repository=template
# --- Global Versioning ---
# New iteration key used by the dynamic versioning logic
project-iteration=1
# --- Template API ---
# The interface layer
template-api-name=TemplateAPI
template-api-version=2026.0.3
template-api-artifact-id=template-api
template-api-artifact-description=Public interfaces for the Template ecosystem.
template-api-artifact-url=https://mcengine.github.io/template-website/api
# --- Template Common ---
# Internal shared logic and utility classes.
template-common-name=TemplateCommon
template-common-version=2026.0.3
template-common-artifact-id=template-common
template-common-artifact-description=Shared logic and internal utilities for Template.
template-common-artifact-url=https://mcengine.github.io/template-website/common
# --- Template Engine ---
# The main plugin JAR that users install on their servers.
template-engine-name=Template
template-engine-version=2026.0.3
template-engine-artifact-id=template-engine
template-engine-artifact-description=The primary PaperMC engine implementation for Template.
template-engine-artifact-url=https://mcengine.github.io/template-website/engine