Skip to content

Commit

Permalink
remove source from artifacts (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: Wenxi Zeng <wzeng@twilio.com>
  • Loading branch information
wenxi-zeng and Wenxi Zeng authored Jun 25, 2024
1 parent d004079 commit ea4c07a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
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("$buildDir/outputs/aar/${project.getName()}-release.aar")
artifact sourcesJar

// Self-explanatory metadata for the most part
pom {
Expand Down
1 change: 0 additions & 1 deletion substrata-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,4 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-reflect:1.6.21"
}

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

0 comments on commit ea4c07a

Please sign in to comment.