Skip to content

Commit ea4c07a

Browse files
authored
remove source from artifacts (#11)
Co-authored-by: Wenxi Zeng <wzeng@twilio.com>
1 parent d004079 commit ea4c07a

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

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("$buildDir/outputs/aar/${project.getName()}-release.aar")
15-
artifact sourcesJar
1615

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

substrata-kotlin/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,4 @@ dependencies {
5252
implementation "org.jetbrains.kotlin:kotlin-reflect:1.6.21"
5353
}
5454

55-
apply from: rootProject.file('gradle/artifacts.gradle')
5655
apply from: rootProject.file('gradle/mvn-publish.gradle')

0 commit comments

Comments
 (0)