Skip to content

Commit

Permalink
Merge pull request #14 from plaidev/feature/8368-chat-fix
Browse files Browse the repository at this point in the history
fix classifier to archiveClassifier
  • Loading branch information
harukitosa committed Mar 15, 2024
2 parents d888549 + 5b939f0 commit d014310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/android/build.gradle
Expand Up @@ -37,7 +37,7 @@ buildscript {

// Creating sources with comments
task androidSourcesJar(type: Jar) {
classifier = 'sources'
archiveClassifier = 'sources'
from android.sourceSets.main.java.srcDirs
}

Expand Down

0 comments on commit d014310

Please sign in to comment.