Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Case (0.17 sec)

  1. .teamcity/mvnw

        fi
        while IFS="=" read key value; do
          case "$key" in (wrapperUrl) jarUrl="$value"; break ;;
          esac
        done < "$BASE_DIR/.mvn/wrapper/maven-wrapper.properties"
        if [ "$MVNW_VERBOSE" = true ]; then
          echo "Downloading from: $jarUrl"
        fi
        wrapperJarPath="$BASE_DIR/.mvn/wrapper/maven-wrapper.jar"
        if $cygwin; then
    Shell Script
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Wed Feb 26 01:48:39 GMT 2020
    - 9.8K bytes
    - Viewed (0)
Back to top