File tree 3 files changed +1
-5
lines changed
3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ buildscript {
6
6
}
7
7
dependencies {
8
8
classpath " com.android.tools.build:gradle:4.2.1"
9
- classpath ' com.vanniktech:gradle-maven-publish-plugin:0.16.0'
10
-
11
9
// NOTE: Do not place your application dependencies here; they belong
12
10
// in the individual module build.gradle files
13
11
}
Original file line number Diff line number Diff line change @@ -56,6 +56,4 @@ dependencies {
56
56
implementation project(" :splunk-otel-android" )
57
57
58
58
testImplementation ' junit:junit:4.13.2'
59
- androidTestImplementation ' androidx.test.ext:junit:1.1.2'
60
- androidTestImplementation ' androidx.test.espresso:espresso-core:3.3.0'
61
59
}
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ dependencies {
68
68
69
69
task sourcesJar (type : Jar ) {
70
70
from android. sourceSets. main. java. srcDirs
71
- archiveClassifier. set(" source " )
71
+ archiveClassifier. set(" sources " )
72
72
}
73
73
74
74
publishing {
You can’t perform that action at this time.
0 commit comments