File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ if [ "$JV" != 16 ]; then
1010 curl -s " https://get.sdkman.io" | bash
1111 source ~ /.sdkman/bin/sdkman-init.sh
1212 sdk version
13- sdk install java 16.0.1-adpt
13+ sdk install java 16.0.2-open
1414 ;;
1515 use)
1616 echo " must source ~/.sdkman/bin/sdkman-init.sh"
Original file line number Diff line number Diff line change 22 - openjdk16
33before_install :
44 - echo "Before Install"
5- - ./ ensure-java-16 install
5+ - bash ensure-java-16 install
66install :
77 - echo "Install"
8- - if ! ./ ensure-java-16 use; then source ~/.sdkman/bin/sdkman-init.sh; fi
8+ - if ! bash ensure-java-16 use; then source ~/.sdkman/bin/sdkman-init.sh; fi
99 - java -version
10-
11- # Thanks to https://github.com/jitpack/jitpack.io/issues/4355#issuecomment-744678253
10+ - mvn install
Original file line number Diff line number Diff line change 77 <groupId >io.github.jwdeveloper.tiktok</groupId >
88 <artifactId >TikTokLiveJava</artifactId >
99 <packaging >pom</packaging >
10- <version >0 .0.3-Release </version >
10+ <version >1 .0.0 </version >
1111 <modules >
1212 <module >API</module >
1313 <module >Client</module >
You can’t perform that action at this time.
0 commit comments