You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,13 +60,10 @@ requires org.cryptomator.siv;
60
60
61
61
## Reproducible Builds
62
62
63
-
This is a Maven project that can be built using `mvn install`. However, if you want to build this reproducibly, please make sure:
64
-
65
-
1. Use the same build environment
66
-
* The same [JDK as our CI builds](https://github.com/cryptomator/siv-mode/blob/develop/.github/workflows/build.yml#L15-L16)
67
-
* Ideally the same same arch and OS (x86_64 Linux)
68
-
* Same locale (en_US) and linebreaks (POSIX)
69
-
2. Use `./mvnw install` instead (or `./mvnw verify` or `./mvnw package -DskipTests`, depending on your intentions)
63
+
Starting with version 1.5.0, you can reproduce the build by:
64
+
1. Ensuring to use the same JDK version as our CI builds (see [build.yml](https://github.com/cryptomator/siv-mode/blob/1.6.1/.github/workflows/build.yml#L16-L17)).
65
+
2. Checkout the tagged version you want to build.
66
+
3. Run `./mvnw clean package artifact:compare -DskipTests`
70
67
71
68
## License
72
69
Distributed under the MIT X Consortium license. See the LICENSE file for more info.
0 commit comments