Skip to content

Instantly share code, notes, and snippets.

@lamvd0101
Created November 2, 2022 09:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lamvd0101/17d4ab723f043fda46176604b47b0923 to your computer and use it in GitHub Desktop.
Save lamvd0101/17d4ab723f043fda46176604b47b0923 to your computer and use it in GitHub Desktop.
jdk:
- openjdk11
install:
- |
cd libs
for lib in *; do
libName=${lib//.aar/}
mvn install:install-file \
-Dfile=$lib \
-DgroupId=com.company.rnsdk \
-DartifactId=$libName \
-Dversion=$VERSION \
-Dpackaging=aar \
-DgeneratePom=true
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment