Skip to content

Commit

Permalink
Removed awaitility-scala since it was specified twice
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhaleby committed Jul 15, 2019
1 parent d40e5fb commit 548ec71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy_bintray.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tmpFolderRootName=/tmp/$RANDOM
mkdir -p "${tmpFolderRootName}"

maven_awaitility_folder=$HOME/.m2/repository/org/awaitility
project_names=(awaitility awaitility-groovy awaitility-kotlin awaitility-scala awaitility-scala)
project_names=(awaitility awaitility-groovy awaitility-kotlin awaitility-scala)
artifact_name_suffixes=(javadoc sources)

for project in ${project_names[*]} ; do
Expand Down
2 changes: 1 addition & 1 deletion generate_javadoc.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
read -p "Version to generate javadoc for: " version
project_names=(awaitility awaitility-groovy awaitility-kotlin awaitility-scala awaitility-scala)
project_names=(awaitility awaitility-groovy awaitility-kotlin awaitility-scala)

echo "Generating Javadoc for version ${version}."

Expand Down

0 comments on commit 548ec71

Please sign in to comment.