Skip to content

Wrong builtDate timestamp in manifest and start script #81

@TerryEbdon

Description

@TerryEbdon

Enabling configuration caching has caused issues with the build script. In build.gradle line 60, new Date() is evaluated at configuration time. With configuration caching enabled, this date will be cached and reused across builds, resulting in incorrect build dates in the JAR manifest and incorrect build numbers in the Windows start script.

See also: #80 (comment)_

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions