Use JitPack
- Fixed Java inheritance problem.
- Using Plugin hook
doWithApplicationContext
instead of@PostConstruct
.
- Using
@GrailsCompileStatic
&@CompileStatic
in all files for performance. - Switched to GitHub packages.
- Renamed field
markedForDeletion
todeleteAfter
inStoredFile
domain. - By default deleting the file after 1 day.
- Upgrading
jcloud
dependency to the latest to fix conflicts with Guava dependency #13