mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-19 01:40:26 +01:00
b6b29a659b
Currently, buildah, Podman and Docker are supported. The goals of the reference build are: - Make our release process more transparent - Improve reproducibility by shielding our build from the hosts environment - Reduce the trust necessary for running our build by shielding the hosts environment from possible side effects of our build Note both the signing and the uploading of release artifacts are out of scope for the reference build.
21 lines
180 B
Plaintext
21 lines
180 B
Plaintext
build.Containerfile
|
|
**/.*
|
|
|
|
# bitcoinj
|
|
**/*.wallet
|
|
**/*.spvchain
|
|
|
|
# Gradle
|
|
**/build/
|
|
gradle/
|
|
gradlew*
|
|
|
|
# IntelliJ
|
|
**/*.iml
|
|
.idea/
|
|
|
|
# Eclipse
|
|
**/.project
|
|
**/.classpath
|
|
**/.settings/
|