問題タブ [bintray]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
maven - Bintray 405は許可されていませんnginx
bintray で android-library を jcenter に共有しようとしています。bintray に maven リポジトリを作成し、ライブラリをリポジトリにアップロードしました。しかし、ライセンスを追加しようとすると、405 not allowed nginx ページが表示されます。
ライセンスの追加を許可しない理由。何か足りないものはありますか?
このブログをフォローしました。
android - How to upload module to JCenter using gradle bintray plugin?
I am sorry if I am being too stupid but I just can't make it work... I have an Android Module Project in AS that I want to upload to JCenter - using gradle bintray plugin from JFrog. I follow this tutorial in order to create the repository on bintray and I ended up with the following build.gradle for the module:
And this one for the project:
After running the task gradle bintrayUpload
(it finishes sucessfully) my repository in bintray looks like that:
And when you open the unspecified folder you'll find this:
So questions!
- Why version is being upload like unspecifiend?
- I can't compile my project with the given group id:artifact:version, when trying to build it on AS it says that it fails to resolve the path to the artifact.
Any help will be appreciated!
sbt - sbt-bintray からのリリースと公開
ライブラリのリリースをビントレイに公開しようとしています。これまでにいくつかのバージョンをリリースしました。
私は経由でbintray-sbtを使用していますproject/plugins.sbt
完全な詳細を含むプロジェクトはgithub/jedi-ioでホストされています。
API URLにダブルmaven/maven
があることに気付き、カスタムの bintray-sbt を使用して「修正」しようとしましたが、どちらでも機能しませんでした。https://api.bintray.com/maven/raisercostin/maven/org/raisercostin/jedi-io_2.10/0.22/jedi-io_2.10-0.22.pom
scala - Bintray の sbt プラグインを使用する
sbt
とbintray-sbt
プラグインの間で一種のインピーダンスの不一致が発生しています。プラグインは at 経由bintray-sbt
で公開されますhttps://bintray.com/artifact/download/synapse/sbt-plugins/me/synapse/my-sbt-plugin/0.0.1/my-sbt-plugin-0.0.1.pom
(publishMavenStyle
に設定しtrue
ます。false
別のディレクトリ構造に設定すると作成されますが、それでも sbt が期待するものではありません)。テストプロジェクトは
でproject/plugins.sbt
、sbt はダウンロードを試みますhttps://dl.bintray.com/synapse/sbt-plugins/me/synapse/my-sbt-plugin_2.10_0.13/0.0.1/my-sbt-plugin-0.0.1.pom
プラグインのビルド定義で、a) 現在のリポジトリからテストできるようにするため、および b) 必要なときに sbt-plugin-releases リポジトリにリンクできるようにするために、どの設定を使用する必要がありますか?
UPD: パッケージが sbt-plugin-releases にリンクされた後、適切なディレクトリ構造になったようです。