TP-24174 | upload to nexus

This commit is contained in:
Rajinikanth
2023-04-08 02:29:02 +05:30
parent ef23b03d37
commit 819c10e883
4 changed files with 46 additions and 2 deletions

View File

@@ -29,4 +29,6 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Assemble with Stacktrace
run: ./gradlew assembleDebug --stacktrace
run: ./gradlew assembleDebug --stacktrace
- name: Upload to nexus
run: ./gradlew publish -PNEXUS_URL=https://nexus.cmd.navi-tech.in/repository/maven-snapshots -PNEXUS_USERNAME=nexus-user -PNEXUS_PASSWORD=nexus-user; fi;