You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/plugin_overview.md
+84Lines changed: 84 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -191,3 +191,87 @@ The multiplatform plugin is a complete migration from the legacy plugin and prov
191
191
192
192
### nebula-core
193
193
Common classes shared by Nebula plugins. Adds useful Gradle tasks such as Download, Unzip and Untar.
194
+
195
+
## Project Status
196
+
197
+
This section breaks the Nebula projects down by status.
198
+
199
+
### Active Projects
200
+
201
+
Active projects are stable, or receive frequent updates. Issues opened in an active project should be addressed in a reasonable time frame. We will keep these projects up-to-date with the latest Gradle releases and features.
|[gradle-contacts-plugin](https://github.com/nebula-plugins/gradle-contacts-plugin)| Active |
206
+
|[gradle-extra-configurations-plugin](https://github.com/nebula-plugins/gradle-extra-configurations-plugin)| Active |
207
+
|[gradle-info-plugin](https://github.com/nebula-plugins/gradle-info-plugin)| Active |
208
+
|[gradle-jakartaee-migration-plugin](https://github.com/nebula-plugins/gradle-jakartaee-migration-plugin)| Active |
209
+
|[gradle-lint-plugin](https://github.com/nebula-plugins/gradle-lint-plugin)| Active |
210
+
|[gradle-ospackage-plugin](https://github.com/nebula-plugins/gradle-ospackage-plugin)| Active |
211
+
|[gradle-resolution-rules](https://github.com/nebula-plugins/gradle-resolution-rules)| Active |
212
+
|[gradle-resolution-rules-plugin](https://github.com/nebula-plugins/gradle-resolution-rules-plugin)| Active |
213
+
|[nebula-dependency-base-plugin](https://github.com/nebula-plugins/nebula-dependency-base-plugin)| Active |
214
+
|[nebula-gradle-interop](https://github.com/nebula-plugins/nebula-gradle-interop)| Active |
215
+
|[nebula-hollow-plugin](https://github.com/nebula-plugins/nebula-hollow-plugin)| Active |
216
+
|[nebula-project-plugin](https://github.com/nebula-plugins/nebula-project-plugin)| Active |
217
+
|[nebula-publishing-plugin](https://github.com/nebula-plugins/nebula-publishing-plugin)| Active |
218
+
|[nebula-release-plugin](https://github.com/nebula-plugins/nebula-release-plugin)| Active |
219
+
|[nebula-test](https://github.com/nebula-plugins/nebula-test)| Active |
220
+
221
+
#### Maintenance
222
+
223
+
Maintenance projects are stable, and may be used internally by Netflix, but are not receiving any new features. The projects have a more modern OSS alternative, or are made obsolete by built-in Gradle functionality. Bugfixes will be addressed if the bug is observed within Netflix, but may not be addressed otherwise.
0 commit comments