Skip to content

Commit 804f2ab

Browse files
committed
fix issue #1496 (Android natives missing from JARs at MavenCentral)
1 parent 231f6a5 commit 804f2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ jobs:
329329
-PossrhUsername=${{ secrets.OSSRH_USERNAME }} \
330330
-PsigningKey='${{ secrets.SIGNING_KEY }}' \
331331
-PsigningPassword='${{ secrets.SIGNING_PASSWORD }}' \
332-
-PskipPrebuildLibraries=true -PuseCommitHashAsVersionName=true \
332+
-PuseCommitHashAsVersionName=true \
333333
--console=plain --stacktrace
334334
fi
335335

0 commit comments

Comments
 (0)