Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-radhika-s committed Aug 15, 2023
1 parent dd261af commit b3db0c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/publish-module.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ version = PUBLISH_VERSION
tasks.register('androidSourcesJar', Jar) {
archiveClassifier.set('sources')
if (project.plugins.findPlugin("com.android.library")) {
from android.sourceSets.main.kotlin.srcDirs
from android.sourceSets.main.java.srcDirs
} else {
from sourceSets.main.kotlin.srcDirs
from sourceSets.main.java.srcDirs
}
}

Expand Down

0 comments on commit b3db0c2

Please sign in to comment.