問題タブ [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.

0 投票する
1 に答える
613 参照

maven - Bintray 405は許可されていませんnginx

bintray で android-library を jcenter に共有しようとしています。bintray に maven リポジトリを作成し、ライブラリをリポジトリにアップロードしました。しかし、ライセンスを追加しようとすると、405 not allowed nginx ページが表示されます。

ライセンスの追加を許可しない理由。何か足りないものはありますか?

このブログをフォローしました。

0 投票する
1 に答える
3559 参照

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:

first hierarchy And when you open the unspecified folder you'll find this:

enter image description here

So questions!

  1. Why version is being upload like unspecifiend?
  2. 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!

0 投票する
1 に答える
1071 参照

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

0 投票する
0 に答える
136 参照

scala - Bintray の sbt プラグインを使用する

sbtbintray-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 にリンクされた後、適切なディレクトリ構造になったようです。