Skip to content

Commit

Permalink
fix classifier to archiveClassifier
Browse files Browse the repository at this point in the history
  • Loading branch information
harukitosa committed Mar 13, 2024
1 parent d888549 commit 5b939f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/android/build.gradle
Original file line number Diff line number Diff line change
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 5b939f0

Please sign in to comment.