generated from Over-Run/project-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
56 lines (48 loc) · 1.59 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
#
# freeworld - 3D sandbox game
# Copyright (C) 2024 XenFork Union
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# Gradle Options
org.gradle.jvmargs=-Dfile.encoding=UTF-8
hasPublication=false
publicationSigning=false
hasJavadocJar=false
hasSourcesJar=false
# Project Information
projGroupId=io.github.xenfork
projArtifactId=freeworld-bom
# The project name should only contain lowercase letters, numbers and hyphen.
projName=freeworld
projDesc=3D sandbox game
# Uncomment them if you want to publish to maven repository.
projUrl=https://github.com/XenFork/freeworld
projLicenseUrl=https://raw.githubusercontent.com/XenFork/freeworld/main/LICENSE
projScmConnection=scm:git:https://github.com/XenFork/freeworld.git
projScmUrl=https://github.com/XenFork/freeworld.git
projLicense=LGPL-2.1-only
projLicenseFileName=LICENSE
# Organization Information
orgName=XenFork Union
orgUrl=https://xenfork.github.io/
# JDK Options
jdkVersion=22
jdkEnablePreview=true
# javadoc link of JDK early access build
# https://download.java.net/java/early_access/$jdkEarlyAccessDoc/docs/api/
# Uncomment it if you need to use EA build of JDK.
#jdkEarlyAccessDoc=jdk22
projVersion=0.1.0-SNAPSHOT
coreVersion=0.1.0-SNAPSHOT
clientVersion=0.1.0-SNAPSHOT
mathVersion=0.1.0-SNAPSHOT
annotationsVersion=24.1.0
commonsPoolVersion=2.12.0
gsonVersion=2.10.1
logbackVersion=1.4.14
overrunglVersion=0.1.0-SNAPSHOT
reactorVersion=2023.0.6