Skip to content

Enable Plugin Marker Artifact to support plugin DSL #244

@G00fY2

Description

@G00fY2

Hi, thanks for your work! This issue is similar to #166

Issue:

To support plugin DSL (required for type-safe model accessors when using kts) every gradle plugin needs to declare a Plugin Marker Artifact.

The plugin seems to be lacking the Plugin Marker Artifact . Normally the java-gradle-plugin takes care of configuring the marker. I am not sure if this is because you disabled isAutomatedPublishing or if some configuration is missing. From what I remember this should work pretty much out of the box.

Currently your plugin forces developers that use the plugin DSL to configure a custom resolution strategy.

Plugin Version: 1.7.1.1
Gradle Version: 6.8.3

Steps to reproduce:

  • use plugin DSL to resolve and apply the plugin

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions