Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

De-incubate Javadoc/Sources publishing and compileOnlyApi #15682

Closed
5 tasks done
jjohannes opened this issue Jan 5, 2021 · 0 comments · Fixed by #15686
Closed
5 tasks done

De-incubate Javadoc/Sources publishing and compileOnlyApi #15682

jjohannes opened this issue Jan 5, 2021 · 0 comments · Fixed by #15686
Assignees
Labels
a:chore Minor issue without significant impact
Milestone

Comments

@jjohannes
Copy link
Contributor

jjohannes commented Jan 5, 2021

Summary

org.gradle.api.plugins.FeatureSpec.withJavadocJar()
org.gradle.api.plugins.FeatureSpec.withSourcesJar()
org.gradle.api.plugins.JavaPluginExtension.withJavadocJar()
org.gradle.api.plugins.JavaPluginExtension.withSourcesJar()
org.gradle.api.tasks.SourceSet.getCompileOnlyApiConfigurationName
org.gradle.api.tasks.SourceSet.getJavadocElementsConfigurationName()
org.gradle.api.tasks.SourceSet.getJavadocJarTaskName()
org.gradle.api.tasks.SourceSet.getJavadocTaskName()
org.gradle.api.tasks.SourceSet.getSourcesElementsConfigurationName()
org.gradle.api.tasks.SourceSet.getSourcesJarTaskName()

Checklist

  • Validate whether we should de-incubate the API in the 7.0 release.
  • Update release notes (add API to promoted features)
  • Check User Manual (it might mention that the API is still incubating)
    • Think about updating snippets and samples to use this API
  • [ ] Deprecate existing API that is replaced by the new one
  • Check Incubation Report on TeamCity (example)
  • Mark the story as done in the overview spreadsheet.
@jjohannes jjohannes added from:member a:chore Minor issue without significant impact labels Jan 5, 2021
@jjohannes jjohannes added this to the 7.0 RC1 milestone Jan 5, 2021
@jjohannes jjohannes self-assigned this Jan 5, 2021
@jjohannes jjohannes changed the title De-incubate Javadoc and Sources publishing De-incubate Javadoc/Sources publishing and compileOnlyApi Jan 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:chore Minor issue without significant impact
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant