Skip to content

Commit

Permalink
Removing whitespaces from build.xml and script (#3280)
Browse files Browse the repository at this point in the history
* Removing whitespaces from download-junit-jars.sh

* Removing whitespaces from build.xml
  • Loading branch information
mandlil authored Nov 6, 2023
1 parent bfc1de1 commit 9bc6d76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions java/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
</path>

<target name="download-jars">
<!-- Execute the shell script to download junit and mockito jars -->
<exec executable="sh" dir="${script.dir}">
<arg value="${script.name}"/>
</exec>
<!-- Execute the shell script to download junit and mockito jars -->
<exec executable="sh" dir="${script.dir}">
<arg value="${script.name}"/>
</exec>
</target>

<target name="build-phone-metadata">
Expand Down
2 changes: 1 addition & 1 deletion java/script/download-junit-jars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ download_jar "JUnit" "junit-$junit_version.jar" "https://repo1.maven.org/maven2/
download_jar "Mockito" "mockito-all-$mockito_version.jar" "https://repo1.maven.org/maven2/org/mockito/mockito-all/$mockito_version/mockito-all-$mockito_version.jar"

# Run the mvn install command for the Snapshot jars
cd ../
cd ../
mvn clean install

0 comments on commit 9bc6d76

Please sign in to comment.