Backblaze / b2-sdk-java

The official Java SDK for using Backblaze's B2 Storage APIs
Other
93 stars 26 forks source link

Fixes for the check_code python script and samples gradle file #115

Closed keithele closed 4 years ago

keithele commented 4 years ago

This update fixes the check_code python script so its default parameters work when executing it directly in-place like this:

./check_code

Also updates the common.gradle script to pass the desired path name based on its current working directory of ./core and to successfully read the version.txt file when used from the ./samples/build.gradle script.