We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To consume small changes for #5 #6 I had to fork and release as
https://github.com/blockchain-driver/substrate-client/releases/tag/v1.0.1
https://jitpack.io/#blockchain-driver/substrate-client-kotlin
Because of need to release I had to change groupname for jitpack, so changes are not all easily mergeable
master is ready for merge https://github.com/blockchain-driver/substrate-client bcdbuild is not https://github.com/blockchain-driver/substrate-client/tree/bcdbuild
Please release next version with larger number, e.g. 1.1 and define version for modules see blockchain-driver@e49c821
allprojects { //group 'com.github.blockchain-driver' //artifact name is folder name by default version '1.0.1' }
as version 1.0 released before in not defined in build.gradle files, but likely is default of some util, e.g. gversion.
build.gradle
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To consume small changes for #5 #6 I had to fork and release as
https://github.com/blockchain-driver/substrate-client/releases/tag/v1.0.1
https://jitpack.io/#blockchain-driver/substrate-client-kotlin
Because of need to release I had to change groupname for jitpack, so changes are not all easily mergeable
master is ready for merge https://github.com/blockchain-driver/substrate-client
bcdbuild is not https://github.com/blockchain-driver/substrate-client/tree/bcdbuild
Please release next version with larger number, e.g. 1.1
and define version for modules see
blockchain-driver@e49c821
as version 1.0 released before in not defined in
build.gradle
files,but likely is default of some util, e.g. gversion.
The text was updated successfully, but these errors were encountered: