summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-06-29Stop using upstreams gradlew (gradle-wrapper)Josef Vybíhal
Use gradle directly without the wrapper used in upstream. It had negative consequence, that it pulled gradle .zip file from network in the build phase. With gradle 7.0, it might stop working as it uses some Deprecated Gradle features. But works for now with gradle 6.5
2020-06-03The begining of this package.Josef Vybíhal