Browse Source

Removing whitespaces from build.xml and script (#3280)

* Removing whitespaces from download-junit-jars.sh

* Removing whitespaces from build.xml
pull/3281/head
mandlil 2 years ago
committed by GitHub
parent
commit
9bc6d769d2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions
  1. +4
    -4
      java/build.xml
  2. +1
    -1
      java/script/download-junit-jars.sh

+ 4
- 4
java/build.xml View File

@ -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">


+ 1
- 1
java/script/download-junit-jars.sh View File

@ -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

Loading…
Cancel
Save