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)_