Skip to content
  • Mark's avatar
    abcl-asdf: usage of maven central repository now requires TLS · 42abe93f
    Mark authored
    Unfortunately, the removal of non-TLS access to Maven artifacts
    retroactively breaks all ABCL releases.
    
    One may patch any release without recompilation via setting the
    ABCL-ASDF::*DEFAULT-REPOSITORY* special to use the `https` schema.
    
    The following staza will patch the `https` schema as part of the ABCL
    startup file <file:~/.abclrc>:
    
        (require :abcl-contrib)
        (asdf:load-system :abcl-asdf)
        (setf abcl-asdf::*default-repository* "https://repo1.maven.org/maven2/")
    42abe93f