-
Notifications
You must be signed in to change notification settings - Fork 5k
Add public APIs documentation #32902
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
Conversation
platforms/documentation/docs/src/docs/userguide/releases/feature_lifecycle.adoc
Outdated
Show resolved
Hide resolved
platforms/documentation/docs/src/docs/userguide/releases/feature_lifecycle.adoc
Outdated
Show resolved
Hide resolved
| - Handles authentication for repositories and services + | ||
- Supports username/password, OAuth, and other mechanisms | ||
|
||
| *`org.gradle.build`* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤔 There is org.gradle.buildconfiguration
as well.
| *`org.gradle.deployment`* | ||
| Deployment API | ||
| - Supports managing and automating application deployments + | ||
- Useful for CI/CD pipelines |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤔 I don't think this is useful for CI pipelines. This is more about deploying your application locally and running tests against it or doing hot reload. Currently, there is also no public API in the package, everything is internal.
| - Supports managing and automating application deployments + | ||
- Useful for CI/CD pipelines | ||
|
||
| *`org.gradle.env`* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤔 I didn't see this in our source code. Where does it come from?
| - Manages Gradle support for IDEs like IntelliJ and Eclipse + | ||
- Configures IDE project settings | ||
|
||
| *`org.gradle.includedbuild`* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤔 Where is this coming from? What would be a class in here?
| - Defines and manages dependency constraints for platforms + | ||
- Useful in multi-module projects | ||
|
||
| *`org.gradle.play`* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤔 I a pretty sure that is not in Gradle any more...
| - Supports writing and publishing custom Gradle plugins + | ||
- Used by plugin authors | ||
|
||
| *`org.gradle.plugin.repository`* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤔 I don't see that package. What would be in it?
| Utility API | ||
| - Provides various utility functions used internally by Gradle + | ||
- Used for Gradle build logic and plugin development | ||
|=== |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ We should add org.gradle.kotlin.dsl
and org.gradle.kotlin.dsl.precompile
as well.
Details
This is a Documentation change ONLY.
Context