From 804f2ab12bb2ac023b3dc1262d31339eb69aa395 Mon Sep 17 00:00:00 2001 From: Stephen Gold Date: Thu, 1 Apr 2021 12:29:25 -0700 Subject: [PATCH] fix issue #1496 (Android natives missing from JARs at MavenCentral) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7e88d5f931..9f60f9afbf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -329,7 +329,7 @@ jobs: -PossrhUsername=${{ secrets.OSSRH_USERNAME }} \ -PsigningKey='${{ secrets.SIGNING_KEY }}' \ -PsigningPassword='${{ secrets.SIGNING_PASSWORD }}' \ - -PskipPrebuildLibraries=true -PuseCommitHashAsVersionName=true \ + -PuseCommitHashAsVersionName=true \ --console=plain --stacktrace fi