Closed soloturn closed 4 months ago
Previously (https://github.com/MovingBlocks/Terasology/blob/5eceac78293f8edbc84c1a2e6f60a648f8295800/engine/build.gradle) the dependency chain was
so we jumped through a bunch of hoopes to eventually included the version info file whenever we to compileJava
. The chain still looks to be in place, but somehow the file is not found/copied/whatever?
I'll try to test this out later, currently just looking at the changes on Github...
so we jumped through a bunch of hoopes to eventually included the version info file whenever we to
compileJava
. The chain still looks to be in place, but somehow the file is not found/copied/whatever?
yes, this looked unnecessary complicated, and, not sure why, but did not work any more. so i thought let the dependency be direct.
versionInfo.properties
was not created, depend on it when doingnot sure yet about
Credits.md
:which is not "docs" as written in
build.gradle.kts
another question i'd have, what this TODO means?