Skip to content

Commit

Permalink
Update base lib
Browse files Browse the repository at this point in the history
  • Loading branch information
HectorNarvaez committed Aug 23, 2023
1 parent 500edae commit de42f5d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions buildSrc/src/main/kotlin/android-base-lib.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,8 @@ dependencies {

val androidSourcesJar by tasks.registering(Jar::class) {
archiveClassifier.set("sources")
if (project.plugins.findPlugin("com.android.library") != null) {
from("android.sourceSets.main.java.srcDirs")
from("android.sourceSets.main.kotlin.srcDirs")
} else {
from("sourceSets.main.java.srcDirs")
from("sourceSets.main.kotlin.srcDirs")
}
from("src/main/java")
from("src/main/kotlin")
}

artifacts {
Expand Down

0 comments on commit de42f5d

Please sign in to comment.