Skip to content

Conversation

@langsmith
Copy link

Resolves #1053 and undos be2f75c#diff-c197962302397baf3a4cc36463dce5ea

cc @gwimmel, who originally reported #1053

@langsmith langsmith requested review from LukasPaczos and tobrun June 25, 2019 17:57
@langsmith langsmith self-assigned this Jun 25, 2019
Copy link
Member

@tobrun tobrun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this doesn't solve the initial issue of #989

@gwimmel
Copy link
Contributor

gwimmel commented Jun 25, 2019

maybe something like the following could be used instead?

  tasks.withType(Jar) { jarTask ->
    if (!jarTask.name.endsWith("SourcesJar")) {
      jarTask.exclude("**/*.java")
    }
  }

@tobrun
Copy link
Member

tobrun commented Jul 10, 2019

fixed with #1064

@tobrun tobrun closed this Jul 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.

sources.jar artifacts empty on Maven Central

3 participants