Skip to content

Commit

Permalink
removed dynatrace
Browse files Browse the repository at this point in the history
  • Loading branch information
khalid64927 committed Jun 3, 2022
1 parent 13eb1ee commit 44d0526
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion GitHubRepos/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ buildscript {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10")
// Add the Google Services plugin (check for v3.1.2 or higher).
classpath ("com.google.gms:google-services:4.3.3")
classpath("com.dynatrace.tools.android:gradle-plugin:8.+")
}


Expand Down
14 changes: 0 additions & 14 deletions GitHubRepos/buildSrc/src/main/java/com/dependencies/PluginExt.kt
Original file line number Diff line number Diff line change
Expand Up @@ -56,23 +56,9 @@ inline fun applyPlugins(isApp : Boolean, project: Project) = project.run {
if(isApp){
apply(plugin = "dagger.hilt.android.plugin")
}
applyDynatrace()
}

inline fun Project.applyDynatrace(){
apply(plugin = "com.dynatrace.instrumentation")
/*dynatrace {
configurations {
sampleConfig {
autoStart {
applicationId '9c5f66f9-b4d1-48e0-a09d-74756392aa19'
beaconUrl 'https://bf93215wen.bf.dynatrace.com/mbeacon'
}
}
}
}*/

}

inline fun getLintBaseline(project: Project, ext: KPluginExtensions) : File = project.run {
val defaultLintFile = file("$rootDir/quality/lint-baseline.xml")
Expand Down

0 comments on commit 44d0526

Please sign in to comment.