Skip to content

Commit

Permalink
audit module bump libs
Browse files Browse the repository at this point in the history
  • Loading branch information
coutoPL committed Nov 22, 2023
1 parent ea786cf commit 7abb40e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions audit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ plugins {
id "com.github.prokod.gradle-crossbuild" version "0.16.0"
id "java"
id "java-library"
id "maven-publish"
id "signing"
}

Expand Down
4 changes: 2 additions & 2 deletions bin/run-pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -442,8 +442,8 @@ if [[ $ROR_TASK == "publish_artifacts" ]] && [[ $TRAVIS_BRANCH == "master" ]] ;

if [[ $CURRENT_PLUGIN_VER == $PUBLISHED_PLUGIN_VER ]]; then
echo ">>> Publishing audit module artifacts to sonatype repo"
./gradlew audit:publishToSonatype
./gradlew audit:closeAndReleaseStagingRepository
./gradlew publishToSonatype
./gradlew closeAndReleaseSonatypeStagingRepository
else
echo ">>> Skipping publishing audit module artifacts"
fi
Expand Down

0 comments on commit 7abb40e

Please sign in to comment.