Skip to content

Commit

Permalink
Feature/snapshotpublish (#223)
Browse files Browse the repository at this point in the history
* Disabled publish to generate POMs

Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>

* Disabled publish to generate POMs

Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>

* Fix dir structure

Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>

* Fix dir structure

Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>

---------

Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
  • Loading branch information
harshavamsi committed May 17, 2023
1 parent 3fa6d62 commit c10d900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: publish snapshots to build repositories
run: |
./gradlew -S -Dbuild.snapshot=true -Dorg.gradle.warning.mode=summary distribution
./gradlew -S -Dbuild.snapshot=true -Dorg.gradle.warning.mode=summary distribution --info
- name: set required env variables
run: |
Expand Down

0 comments on commit c10d900

Please sign in to comment.