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 5
5
6
6
./gradlew jar
7
7
8
- export SWIFT_VERSION=" $( swift -version | awk ' /Swift version/ { print $3 }' ) "
8
+ SWIFT_VERSION=" $( swift -version | awk ' /Swift version/ { print $3 }' ) "
9
9
10
10
# we make sure to build and run with JDK 24 because the runtime needs latest JDK, unlike Gradle which needed 21.
11
11
if [ " $( 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)"
18
18
19
19
apt-get install -y curl
20
20
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"
23
23
./swiftly init --assume-yes
24
24
. " ${SWIFTLY_HOME_DIR:- $HOME / .local/ share/ swiftly} /env.sh"
25
25
hash -r
You can’t perform that action at this time.
0 commit comments