syncany / syncany

Syncany is a cloud storage and filesharing application with a focus on security and abstraction of storage.
https://www.syncany.org
Other
1.65k stars 217 forks source link

Updating gradle and restructuring project #608

Closed pimotte closed 7 years ago

pimotte commented 7 years ago

I have recently gotten to experience the joy of Intellij, so I've refactored some build stuff to a) update gradle, b) restructure the project such that it matches convention.

a) Involved bumping the version and changing installApp to installlDist

b) involved moving the tests into folders at the same level of main.

These change allow importing the project into intellij through importing the build.gradle file.

@westbury Just a heads up, since I'm aware that you split the api into a seperate project in your refactorings. Could you let me know if this refactoring causes you any trouble, and if yes, if I can do anything to mitigate that?

pimotte commented 7 years ago

I'm merging this by lack of objection.