Add build system with dependency management#21
Conversation
Changes to your commit to improve performance and removed unnecessary code
Changes i told u about in skype
Merge pull request GodDragoner#13 from skier233/master
image before it was loaded
Fixed image scaling issue, showTaggedImage issue, domme imageset now shows untagged images
fixed several mac issues
Still need to make refresh work though and look at image downloading efficiency
|
Why Gradle instead of maven? |
I kind of was using Gradle lately so I just used it for this too. And since there was no build tooling in this project yet I didn't really think that you would have a strong opinion on that? On the update logic: I am still working on that. I just had to figure some thing out. |
|
@GodDragoner I've finished creating the configuration for update4j now. Additionally to access this from Github Actions you need to create a personal access token here with the repo permission. That token must then be entered in the repository settings under secrets. The name must be ACCESS_TOKEN and the value the just generated token. In order to try this you can download update4j here and run it with: Edit: |
Add gradle as build system in order to manage dependencies properly.
This also enables us to use Github Actions for running tests and creating artifacts for every major OS.
I had to disable the updater though as it is not compatible with the new architecture yet.