Closed ConnorJBishop closed 5 months ago
Hello @ConnorJBishop!
Upload tasks will only be created for the particular application variant if it has isMinifyEnabled = true
(or nonDefaultObfuscation = true
in datadog
extension) or if it has NDK files to build.
Can you please share your build configuration?
@0xnm thanks for your reply. It was indeed related to my build config, I can see the tasks now :)
Describe what happened Adding the plugin to build.gradle script in a kotlin project does not provide any
uploadMapping*
tasksSteps to reproduce the issue:
id("com.datadoghq.dd-sdk-android-gradle-plugin") version "1.14.0"
in the plugins block in theapp/build.gradle.kts
fileTask :prepareKotlinBuildScriptModel
)gradlew uploadMappingDebug
Task 'uploadMappingDebug' not found in root project 'My Application' and its subprojects.
Describe what you expected:
uploadMappingDebug
task to be availableAdditional context