cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Android Gradle Plugin DSL

Dave3
Visitor

Hi, would it be possible to update the Gradle plugin for android to use the Gradle Plugin DSL, i.e., use the plugins block rather than the legacy classpath in a buildscript block. I think what is required is to update the artifactId in your plugin, but I'm not sure. All of our projects plugins support the plugin DSL except for the dynatrace plugin. Thanks

2 REPLIES 2

Thomas_Wirth1
Dynatrace Champion
Dynatrace Champion

The Dynatrace Android Gradle plugin does not contain plugin marker artifacts and therefore the resolution via the Gradle plugin DSL does not work automatically. It is possible to manually set up the resolution step and use the Gradle plugin DSL.

I can forward your feature request to our product manager. Or you post this topic via the Suggest an idea button. Then it will be automatically tracked by our product manager and he can provides updates to you and other interested customers.

Dave3
Visitor

Featured Posts