mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-19 09:50:32 +01:00
36dce3d9d5
* Modify the `java_package` setting in our two `.proto` source files * Move 2 existing generated-but-checked-in Protos.java files to dedicated packages (i.e. packages without hand-coded "artisanal" files) This is a step towards more compatibility with ProtoBuf tooling which sometimes likes to delete the generated files and: > can't distinguish between "old generated code" and "your artisan source files." and more importantly it is a step towards fixing Gradle 8 caching issues.
17 lines
169 B
Plaintext
17 lines
169 B
Plaintext
target
|
|
build
|
|
.gradle
|
|
gradlew
|
|
gradlew.bat
|
|
gradle/wrapper
|
|
.project
|
|
.classpath
|
|
.settings
|
|
bin/
|
|
.idea
|
|
*.iml
|
|
out/
|
|
*.chain
|
|
*.spvchain
|
|
core/src/main/java/org/bitcoinj/protobuf/
|