You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem description
Currently there is no infrastructure in the build scripts to publish jars on Maven/BinTray/etc
Problem location
Build scripts
Suggestions for an improvement
Build scripts need to be extended with :publish task. Note that each storage adapter project should handle publishing of itself. The main build.gradle should have only common logic if any.
The text was updated successfully, but these errors were encountered:
Problem description
Currently there is no infrastructure in the build scripts to publish jars on Maven/BinTray/etc
Problem location
Build scripts
Suggestions for an improvement
Build scripts need to be extended with
:publish
task. Note that each storage adapter project should handle publishing of itself. The mainbuild.gradle
should have only common logic if any.The text was updated successfully, but these errors were encountered: