A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/jitpack/jitpack.io/issues/4476 below:

Jitpack generates wrong Gradle metadata · Issue #4476 · jitpack/jitpack.io · GitHub

Describe the bug

Wrong Gradle metadata generated from build

To Reproduce
Steps to reproduce the behavior:

  1. trigger a new build of kool
  2. Check the .module metadata file, this is wrong
    "dependencies" : [ {
      "group" : "kx.platform",
      "module" : "source",
      "version" : {
        "requires" : "0.0.9"
      }
    }, {

Expected behavior

Run the very same command locally, you should get instead the following

      "dependencies": [
        {
          "group": "kx.platform",
          "module": "source",
          "version": {
            "requires": "0.0.9"
          },
          "attributes": {
            "org.gradle.category": "platform"
          },
          "endorseStrictVersions": true
        },

This is a blocker, because downstream will cause the Idea Gradle project reload to fail because kx.platform:source:0.0.9 will be seen as a normal dependency instead of a platform

skalarproduktraum, aryaman-gupta and ljjh20


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4