Skip to content

Commit

Permalink
remove source from artifacts (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: Wenxi Zeng <[email protected]>
  • Loading branch information
wenxi-zeng and Wenxi Zeng authored Jun 25, 2024
1 parent 7324819 commit 89609ad
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion analytics-kotlin-live/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,4 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
}

apply from: rootProject.file('gradle/artifacts.gradle')
apply from: rootProject.file('gradle/mvn-publish.gradle')
4 changes: 0 additions & 4 deletions gradle/artifacts.gradle

This file was deleted.

1 change: 0 additions & 1 deletion gradle/mvn-publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ publishing {
version getVersionName()

artifact("$projectDir/build/outputs/aar/${project.getName()}-release.aar")
artifact sourcesJar

// Self-explanatory metadata for the most part
pom {
Expand Down

0 comments on commit 89609ad

Please sign in to comment.