-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
35 lines (29 loc) · 881 Bytes
/
gradle.properties
File metadata and controls
35 lines (29 loc) · 881 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
# Important Notes:
# Every field you add must be added to the root build.gradle expandProps map.
# Project
version=2.0.7-SNAPSHOT
group=com.exaroton.proxy
java_version=21
# Common
plugin_name=exaroton
plugin_author=Aternos GmbH
plugin_id=exaroton
license=MIT
description=A proxy plugin designed to use exaroton servers in your proxy network.
homepage_url=https://exaroton.com
sources_url=https://github.com/exaroton/proxy-plugin
issues_url=https://github.com/exaroton/proxy-plugin/issues
minecraft_version=1.21.7
minecraft_versions=1.21,1.21.1,1.21.2,1.21.3,1.21.4,1.21.5,1.21.6,1.21.7,1.21.8
minor_minecraft_version=1.21
min_minecraft_version=1.21
max_minecraft_version=1.22
# Velocity
velocity_versions=3.4
# Publishing
modrinth_project_id=h9yHzOys
hangar_project_id=exaroton-proxy-plugin
# Gradle
org.gradle.jvmargs=-Xmx3G
org.gradle.caching=true
org.gradle.parallel=true