Skip to content

Add support for Gradle Plugin DSL (plugins {}) #23

Description

@assanbayev

Description
Currently, the com.appdynamics:appdynamics-gradle-plugin can only be applied via the legacy
buildscript { ... } + apply plugin: syntax.
When trying to apply it using the modern declarative Gradle Plugin DSL (introduced in Gradle 7+):

plugins {
    id "com.appdynamics.appdynamics-gradle-plugin" version "22.2.2"
}

Gradle fails with the following error:
Could not apply requested plugin [id: 'com.appdynamics.appdynamics-gradle-plugin', artifact: 'com.appdynamics:appdynamics-gradle-plugin:22.2.2'] as it does not provide a plugin with id 'com.appdynamics.appdynamics-gradle-plugin'. This is caused by an incorrect plugin implementation. Please contact the plugin author(s).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions