TP-24174 | removed nexus upload

This commit is contained in:
Rajinikanth
2023-04-08 02:52:07 +05:30
parent 377a1dc7d5
commit f4b77eb504

View File

@@ -29,6 +29,4 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Assemble with 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
run: ./gradlew assembleDebug --stacktrace