Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebz committed May 9, 2021
1 parent dc7ba9c commit a4040de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.dsl.KotlinJvmCompile
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar

group = "org.zpa"
version = "1.0.0-SNAPSHOT"
version = "1.0.0"

plugins {
`maven-publish`
Expand Down
5 changes: 3 additions & 2 deletions source-test/run-sonar-scanner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

set -euo pipefail

ZPA_CLI_VERSION=1.0.0
SONAR_SCANNER_VERSION=4.5.0.2216
TOOLS_PATH=`pwd`/source-test/tools

Expand All @@ -21,13 +22,13 @@ fi
# Extract zpa-cli

rm -rf zpa-cli/
tar xvf ../../build/distributions/zpa-cli-1.0.0-SNAPSHOT.tar
tar xvf ../../build/distributions/zpa-cli-$ZPA_CLI_VERSION.tar

# Execute an analysis

cd ../utPLSQL/

$TOOLS_PATH/zpa-cli-1.0.0-SNAPSHOT/bin/zpa-cli --sources . --output-file zpa-issues.json
$TOOLS_PATH/zpa-cli-$ZPA_CLI_VERSION/bin/zpa-cli --sources . --output-file zpa-issues.json
sonar-scanner -Dsonar.projectKey=utPLSQL-zpa-demo \
-Dsonar.organization=$SONARCLOUD_ORGANIZATION \
-Dsonar.host.url=https://sonarcloud.io \
Expand Down

0 comments on commit a4040de

Please sign in to comment.