Appdynamics / Appdynamics/appdynamics_flutter_agent

Add support for Gradle Plugin DSL (plugins {})

Open
#23 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Dart
Stars
7
Forks
13
PR merge metrics
No merged PRs in 30d

Description

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).`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.