Splunk AppDynamics

limit transformClassesWithAppDynamicsForXX to certain buildTypes (appdynamics-gradle-plugin)

Jerg_Weick
Explorer

subject: 

appdynamics-gradle-plugin

problem:

transformation runs on every buildType built

Hello,

i'm looking for a way to limit the class-transformation (gradle task is called "transformClassesWithAppDynamicsFor<buildType>") to certain build-types.

I'm aware of the flag 

adeum {
..
enabledForDebugBuilds = false
..
}

to limit transformation to release-builds, but that does not solve our problem, as we build several "release"-builds in our release-job(CI) but only 2 of them need to be instrumented and thus have it's classes transformed.

I wouldn't mind it at all if the transform-task would not take more than 6! minutes for a single build-type.

I'd appreciate any suggestion on how to achieve this.

regards,

Jerg

Labels (1)
0 Karma

Sergiu_Cosmin
Explorer

Hello, 

This should be possible now starting with 23.4.1. 

You have the option to disable based on build type, product flavor or variant. The properties you can use are exemplified below:  

adeum {
  disabledForBuildTypes = ["debug"]
  disabledForProductFlavors = ["app"] 
  disabledForVariants = ["appDebug"]
}
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Why Splunk Customers Should Attend Cisco Live 2026 Las Vegas

Why Splunk Customers Should Attend Cisco Live 2026 Las Vegas     Cisco Live 2026 is almost here, and this ...

What Is the Name of the USB Key Inserted by Bob Smith? (BOTS Hint, Not the Answer)

Hello Splunkers,   So you searched, “what is the name of the usb key inserted by bob smith?”  Not gonna lie… ...

Automating Threat Operations and Threat Hunting with Recorded Future

    Automating Threat Operations and Threat Hunting with Recorded Future June 29, 2026 | Register   Is your ...