We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56abb9c + 1ececbe commit d1bf2d7Copy full SHA for d1bf2d7
2 files changed
default.nix
@@ -67,6 +67,7 @@ pkgs.stdenv.mkDerivation rec {
67
then ''
68
mvn javadoc:javadoc
69
JEKYLL_ENV=production PAGES_REPO_NWO=VariantSync/DiffDetective JEKYLL_BUILD_REVISION= github-pages build
70
+ rm -rf _site/target
71
''
72
else ""
73
}
pom.xml
@@ -13,6 +13,8 @@
13
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
14
<maven.compiler.source>17</maven.compiler.source>
15
<maven.compiler.target>17</maven.compiler.target>
16
+ <!-- Override the time stamps of build artifacts to ensure reproducibility -->
17
+ <project.build.outputTimestamp>1</project.build.outputTimestamp>
18
</properties>
19
20
<build>
0 commit comments