This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ofbiz-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new a20f9f3  Improved: sdkman is now useless
a20f9f3 is described below

commit a20f9f3c750600164d08b54b80865093399a24de
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Sun Jul 23 14:23:14 2023 +0200

    Improved: sdkman is now useless
    
    I guess because of 
https://lists.apache.org/thread/d8nvtr506dx5tsc86mhzj128v0qjgwn1
    We get this error
    
    $ sdk update
    [1;31mStop! Candidate version is not installed.
    [1;33mTip: Run the following to install this version
    [1;33m$ sdk install java 11.0.4-tem
    
    We can't reinstall 11.0.4-tem. Fortunately is not needed. We have now
    
    ofbizDemo@ofbiz-vm1:~/branch18.12$ java -version
    openjdk version "11.0.14" 2022-01-18
    OpenJDK Runtime Environment Temurin-11.0.14+9 (build 11.0.14+9)
    OpenJDK 64-Bit Server VM Temurin-11.0.14+9 (build 11.0.14+9, mixed mode)
    
    So it's OK and has no impact on next and trunk running under Docker
---
 demo-backup/stable-manual.sh | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/demo-backup/stable-manual.sh b/demo-backup/stable-manual.sh
index d4d9945..9499f53 100755
--- a/demo-backup/stable-manual.sh
+++ b/demo-backup/stable-manual.sh
@@ -2,9 +2,6 @@
 
 echo This cant be used alone, see OFBIZ-10287. You need for now to use 
all-manual-nicely.sh
 
-. ~/.sdkman/bin/sdkman-init.sh
-sdk use java 11.0.4-tem
-
 cd /home/ofbizDemo/branch18.12
 
 # checkout patched files before patching them, else git pull would not work

Reply via email to