Describe the bug
Wrong Gradle metadata generated from build
To Reproduce
Steps to reproduce the behavior:
.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