Fix Bintray URL for dev-* releases #122

Merged
breandan merged 1 commits from patch-1 into master 2020-07-27 09:53:41 +03:00
breandan commented 2020-07-27 00:05:01 +03:00 (Migrated from github.com)
No description provided.
CommanderTvis (Migrated from github.com) approved these changes 2020-07-27 00:07:35 +03:00
breandan commented 2020-07-27 00:50:05 +03:00 (Migrated from github.com)

@h0tk3y your library seems to be inaccessible on JitPack. I'm getting the following error on scientifik:kmath-ast:0.1.4-dev-8:


FAILURE: Build failed with an exception.

* Where:
Build file '/home/breandan/IdeaProjects/kotlingrad/core/build.gradle.kts' line: 92

* What went wrong:
Could not resolve all files for configuration ':core:runtimeClasspath'.
> Could not resolve com.github.h0tk3y.betterParse:better-parse-jvm:0.4.0-alpha-3.
  Required by:
      project :core > scientifik:kmath-ast:0.1.4-dev-8 > scientifik:kmath-ast-jvm:0.1.4-dev-8
   > Could not resolve com.github.h0tk3y.betterParse:better-parse-jvm:0.4.0-alpha-3.
      > Could not get resource 'https://jitpack.io/com/github/h0tk3y/betterParse/better-parse-jvm/0.4.0-alpha-3/better-parse-jvm-0.4.0-alpha-3.pom'.
         > Could not GET 'https://jitpack.io/com/github/h0tk3y/betterParse/better-parse-jvm/0.4.0-alpha-3/better-parse-jvm-0.4.0-alpha-3.pom'. Received status code 401 from server: Unauthorized
> Could not resolve com.github.h0tk3y.betterParse:better-parse-multiplatform:0.4.0-alpha-3.
  Required by:
      project :core > scientifik:kmath-ast:0.1.4-dev-8 > scientifik:kmath-ast-jvm:0.1.4-dev-8
   > Could not resolve com.github.h0tk3y.betterParse:better-parse-multiplatform:0.4.0-alpha-3.
      > Could not get resource 'https://jitpack.io/com/github/h0tk3y/betterParse/better-parse-multiplatform/0.4.0-alpha-3/better-parse-multiplatform-0.4.0-alpha-3.pom'.
         > Could not GET 'https://jitpack.io/com/github/h0tk3y/betterParse/better-parse-multiplatform/0.4.0-alpha-3/better-parse-multiplatform-0.4.0-alpha-3.pom'. Received status code 401 from server: Unauthorized
> Could not resolve com.github.h0tk3y.betterParse:better-parse-multiplatform-metadata:0.4.0-alpha-3.
  Required by:
      project :core > scientifik:kmath-ast:0.1.4-dev-8 > scientifik:kmath-ast-jvm:0.1.4-dev-8
   > Could not resolve com.github.h0tk3y.betterParse:better-parse-multiplatform-metadata:0.4.0-alpha-3.
      > Could not get resource 'https://jitpack.io/com/github/h0tk3y/betterParse/better-parse-multiplatform-metadata/0.4.0-alpha-3/better-parse-multiplatform-metadata-0.4.0-alpha-3.pom'.
         > Could not GET 'https://jitpack.io/com/github/h0tk3y/betterParse/better-parse-multiplatform-metadata/0.4.0-alpha-3/better-parse-multiplatform-metadata-0.4.0-alpha-3.pom'. Received status code 401 from server: Unauthorized

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 7s
@h0tk3y your [library](https://github.com/h0tk3y/better-parse) seems to be inaccessible on [JitPack](https://jitpack.io/com/github/h0tk3y/betterParse/better-parse-jvm). I'm getting the following error on [`scientifik:kmath-ast:0.1.4-dev-8`](https://github.com/mipt-npm/kmath/blob/dev/kmath-ast/build.gradle.kts#L18-L19): ``` FAILURE: Build failed with an exception. * Where: Build file '/home/breandan/IdeaProjects/kotlingrad/core/build.gradle.kts' line: 92 * What went wrong: Could not resolve all files for configuration ':core:runtimeClasspath'. > Could not resolve com.github.h0tk3y.betterParse:better-parse-jvm:0.4.0-alpha-3. Required by: project :core > scientifik:kmath-ast:0.1.4-dev-8 > scientifik:kmath-ast-jvm:0.1.4-dev-8 > Could not resolve com.github.h0tk3y.betterParse:better-parse-jvm:0.4.0-alpha-3. > Could not get resource 'https://jitpack.io/com/github/h0tk3y/betterParse/better-parse-jvm/0.4.0-alpha-3/better-parse-jvm-0.4.0-alpha-3.pom'. > Could not GET 'https://jitpack.io/com/github/h0tk3y/betterParse/better-parse-jvm/0.4.0-alpha-3/better-parse-jvm-0.4.0-alpha-3.pom'. Received status code 401 from server: Unauthorized > Could not resolve com.github.h0tk3y.betterParse:better-parse-multiplatform:0.4.0-alpha-3. Required by: project :core > scientifik:kmath-ast:0.1.4-dev-8 > scientifik:kmath-ast-jvm:0.1.4-dev-8 > Could not resolve com.github.h0tk3y.betterParse:better-parse-multiplatform:0.4.0-alpha-3. > Could not get resource 'https://jitpack.io/com/github/h0tk3y/betterParse/better-parse-multiplatform/0.4.0-alpha-3/better-parse-multiplatform-0.4.0-alpha-3.pom'. > Could not GET 'https://jitpack.io/com/github/h0tk3y/betterParse/better-parse-multiplatform/0.4.0-alpha-3/better-parse-multiplatform-0.4.0-alpha-3.pom'. Received status code 401 from server: Unauthorized > Could not resolve com.github.h0tk3y.betterParse:better-parse-multiplatform-metadata:0.4.0-alpha-3. Required by: project :core > scientifik:kmath-ast:0.1.4-dev-8 > scientifik:kmath-ast-jvm:0.1.4-dev-8 > Could not resolve com.github.h0tk3y.betterParse:better-parse-multiplatform-metadata:0.4.0-alpha-3. > Could not get resource 'https://jitpack.io/com/github/h0tk3y/betterParse/better-parse-multiplatform-metadata/0.4.0-alpha-3/better-parse-multiplatform-metadata-0.4.0-alpha-3.pom'. > Could not GET 'https://jitpack.io/com/github/h0tk3y/betterParse/better-parse-multiplatform-metadata/0.4.0-alpha-3/better-parse-multiplatform-metadata-0.4.0-alpha-3.pom'. Received status code 401 from server: Unauthorized * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 7s ```
h0tk3y commented 2020-07-27 00:55:39 +03:00 (Migrated from github.com)

It should be available from the repo https://dl.bintray.com/hotkeytlt/maven. I'll check what prevented jitpack.io deployment, but anyway, the 0.4.0-alpha-3 release is now superseded with 0.4.0. The latter, however, failed to deploy automatically, too: https://jitpack.io/com/github/h0tk3y/better-parse/0.4.0/build.log

It should be available from the repo `https://dl.bintray.com/hotkeytlt/maven`. I'll check what prevented jitpack.io deployment, but anyway, the `0.4.0-alpha-3` release is now superseded with `0.4.0`. The latter, however, failed to deploy automatically, too: https://jitpack.io/com/github/h0tk3y/better-parse/0.4.0/build.log
Sign in to join this conversation.
No description provided.