Add dependency notice, unsupported gradle settings
Some checks failed
PRs & Pushes / test (push) Successful in 1m40s
PRs & Pushes / build-jars (push) Successful in 1m52s
PRs & Pushes / build-apidoc (push) Failing after 1m11s

This commit is contained in:
JeremyStar™ 2024-12-25 15:31:37 +01:00
parent dd11e6d69e
commit 11e501a7c4
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D
2 changed files with 16 additions and 3 deletions

View file

@ -75,9 +75,7 @@ allprojects {
nyx {
// Project information
info {
name = this@allprojects.name
group = "de.staropensource.engine"
module = this@allprojects.name
version = buildString {
append(property("versionRelease") as String)
append("-")
@ -237,7 +235,7 @@ allprojects {
dateFormatTimeZone = "UTC"
}
// -> Add input
// -> Copy task
tasks.register("copyGitProperties") {
dependsOn(tasks.generateGitProperties)
inputs.file("${this@allprojects.projectDir}/build/resources/main/git.properties")
@ -258,6 +256,7 @@ allprojects {
}
// Gradle properties
// -> Copy task
tasks.register("copyGradleProperties") {
inputs.file("${rootProject.projectDir.path}/gradle.properties")

View file

@ -17,12 +17,26 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
### IMPORTANT NOTICE
### We handle dependencies in here instead
### of using version catalogs as the engine
### has the ability to read, provide and
### compare dependency information. Using
### version catalogs would require us to
### depend on a parser just for extracting
### information about dependencies. This
### is not a bug, it's an actual feature.
# Gradle properties
org.gradle.caching=true
org.gradle.configureondemand=true
org.gradle.jvmargs=-Xmx1G -Xms1G -XX:MaxMetaspaceSize=512M -XX:+HeapDumpOnOutOfMemoryError -Duser.language=en -Duser.country=US -Dfile.encoding=UTF-8
org.gradle.parallel=true
org.gradle.priority=normal
# -> Unsupported
# We will at some point in the future
org.gradle.configuration-cache=false
org.gradle.unsafe.isolated-projects=false
# Versioning
versionCodename=Versneld