Skip to content

Use convention mapping for classifier on old gradle#502

Merged
johnrengelman merged 1 commit intoGradleUp:masterfrom
grossws:patch-463
Sep 7, 2019
Merged

Use convention mapping for classifier on old gradle#502
johnrengelman merged 1 commit intoGradleUp:masterfrom
grossws:patch-463

Conversation

@grossws
Copy link
Copy Markdown
Contributor

@grossws grossws commented Jul 3, 2019

Fixes #463

@johnrengelman johnrengelman merged commit d5c662a into GradleUp:master Sep 7, 2019
@cvielma
Copy link
Copy Markdown

cvielma commented Sep 16, 2019

I'm not sure this fixes #463 because the classifier will always be "-all". Is there a way to get rid of the classifier?

@skmedix
Copy link
Copy Markdown

skmedix commented Sep 16, 2019

@cvielma
Copy link
Copy Markdown

cvielma commented Sep 16, 2019

yeah, what I was missing was that classifier is deprecated in gradle: https://docs.gradle.org/current/dsl/org.gradle.api.tasks.bundling.Jar.html#org.gradle.api.tasks.bundling.Jar:classifier but I guess it goes beyond the scope of this change.

@johnrengelman johnrengelman added this to the 5.2.0 milestone Nov 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Removing the default classifier with the archiveClassifier property

4 participants