File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Samples/SwiftAndJavaJarSampleLib Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55
66./gradlew jar
77
8- export SWIFT_VERSION=" $( swift -version | awk ' /Swift version/ { print $3 }' ) "
8+ SWIFT_VERSION=" $( swift -version | awk ' /Swift version/ { print $3 }' ) "
99
1010# we make sure to build and run with JDK 24 because the runtime needs latest JDK, unlike Gradle which needed 21.
1111if [ " $( uname -s) " = ' Darwin' ]
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ echo "Install Swiftly and toolchain for: $(uname -m)"
1818
1919apt-get install -y curl
2020
21- curl -O https://download.swift.org/swiftly/linux/swiftly-$( uname -m) .tar.gz
22- tar zxf swiftly-$( uname -m) .tar.gz
21+ curl -O " https://download.swift.org/swiftly/linux/swiftly-$( uname -m) .tar.gz"
22+ tar zxf " swiftly-$( uname -m) .tar.gz"
2323./swiftly init --assume-yes
2424. " ${SWIFTLY_HOME_DIR:- $HOME / .local/ share/ swiftly} /env.sh"
2525hash -r
You can’t perform that action at this time.
0 commit comments