Skip to content

Commit

Permalink
Build cleanup & correcting the sources jar classifier (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwatson authored Jul 1, 2021
1 parent cecfc34 commit 3839e8a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ buildscript {
}
dependencies {
classpath "com.android.tools.build:gradle:4.2.1"
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.16.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
2 changes: 0 additions & 2 deletions sample-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,4 @@ dependencies {
implementation project(":splunk-otel-android")

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
}
2 changes: 1 addition & 1 deletion splunk-otel-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dependencies {

task sourcesJar(type: Jar) {
from android.sourceSets.main.java.srcDirs
archiveClassifier.set("source")
archiveClassifier.set("sources")
}

publishing {
Expand Down

0 comments on commit 3839e8a

Please sign in to comment.