Skip to content

Commit a622a87

Browse files
authored
remove source from artifacts (#11)
Co-authored-by: Wenxi Zeng <[email protected]>
1 parent 9088acb commit a622a87

File tree

4 files changed

+0
-7
lines changed

4 files changed

+0
-7
lines changed

destination-filters-kotlin/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,4 @@ dependencies {
4040
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
4141
}
4242

43-
apply from: rootProject.file('gradle/artifacts.gradle')
4443
apply from: rootProject.file('gradle/mvn-publish.gradle')

gradle/artifacts.gradle

Lines changed: 0 additions & 4 deletions
This file was deleted.

gradle/mvn-publish.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ publishing {
1212
version getVersionName()
1313

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

1716
// Self-explanatory metadata for the most part
1817
pom {

gradle/publish.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ publishing {
1919
version VERSION_NAME
2020

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

2423
// Self-explanatory metadata for the most part
2524
pom {

0 commit comments

Comments
 (0)