Commit 68ef925
fix(crawler-gradle): MXTS-74974: add com.maxxton.microdocs.crawler plugin descriptor
The version-catalog alias (libs.plugins.microdocs -> id
com.maxxton.microdocs.crawler) resolves the plugin via the plugins{} DSL.
That path needs the impl jar to carry META-INF/gradle-plugins/
com.maxxton.microdocs.crawler.properties, matching the Gradle Plugin
Portal marker. The jar only shipped the legacy microdocs.properties
(id 'microdocs'), so apply failed with 'does not provide a plugin with
id com.maxxton.microdocs.crawler'. Keep both descriptors for backward
compat with apply plugin: 'microdocs' consumers.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent b901861 commit 68ef925
1 file changed
Lines changed: 1 addition & 0 deletions
File tree
- microdocs-crawler-gradle/src/main/resources/META-INF/gradle-plugins
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments