Commit Graph

11 Commits

Author SHA1 Message Date
Andreas Schildbach
21549306ad build.gradle: generate protobuf classes into the build directory 2023-09-02 16:31:26 +02:00
Sean Gilligan
36dce3d9d5 wallet.proto, paymentrequest.proto: move generated files to dedicated packages
* 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.
2023-07-28 21:55:26 +02:00
Andreas Schildbach
90c3cccb6f Git-ignore Gradle wrapper files. 2018-07-31 10:37:39 +02:00
Andreas Schildbach
d80e13abd8 Git-ignore bin (Eclipse) and out (IntelliJ) directories. 2018-07-16 22:26:33 +02:00
Andreas Schildbach
aaa5262ef4 Migrate from Maven to Gradle 3.4 for building. 2018-05-01 16:49:30 +02:00
Andreas Schildbach
d6ed5069d4 Don't gitignore wallet files. 2015-06-17 08:43:07 +02:00
Mike Hearn
5638387d3a HD wallets alpha preview 2014-05-29 20:11:13 +02:00
Mike Hearn
8daec2363b Ignore .iml files 2013-09-15 22:05:17 +02:00
Mike Hearn
a10b36432c gitignore .idea 2013-02-27 18:17:18 +01:00
Mike Hearn
e0ca3f4a7e Ignore Eclipse project files. Resolves issue 203. 2012-06-08 16:31:28 +02:00
Mike Hearn
e6612ad112 Add a .gitignore file that contains the target directory. 2012-01-16 17:44:10 +01:00