Skip to content

Commit 44d0526

Browse files
committed
removed dynatrace
1 parent 13eb1ee commit 44d0526

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

GitHubRepos/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ buildscript {
1212
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10")
1313
// Add the Google Services plugin (check for v3.1.2 or higher).
1414
classpath ("com.google.gms:google-services:4.3.3")
15-
classpath("com.dynatrace.tools.android:gradle-plugin:8.+")
1615
}
1716

1817

GitHubRepos/buildSrc/src/main/java/com/dependencies/PluginExt.kt

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -56,23 +56,9 @@ inline fun applyPlugins(isApp : Boolean, project: Project) = project.run {
5656
if(isApp){
5757
apply(plugin = "dagger.hilt.android.plugin")
5858
}
59-
applyDynatrace()
6059
}
6160

62-
inline fun Project.applyDynatrace(){
63-
apply(plugin = "com.dynatrace.instrumentation")
64-
/*dynatrace {
65-
configurations {
66-
sampleConfig {
67-
autoStart {
68-
applicationId '9c5f66f9-b4d1-48e0-a09d-74756392aa19'
69-
beaconUrl 'https://bf93215wen.bf.dynatrace.com/mbeacon'
70-
}
71-
}
72-
}
73-
}*/
7461

75-
}
7662

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

0 commit comments

Comments
 (0)