enonic / xp-distro

Enonic XP full distribution.
GNU General Public License v3.0
3 stars 3 forks source link

Update adoptopenjdk URL to v3. #143 #144

Closed edloidas closed 4 years ago

jsi commented 4 years ago

I can confirm that with this code:

    def params = [architecture: 'x64',
                  heap_size   : 'normal',
                  image_type  : getTargetType().toJdkString(),
                  jvm_impl    : 'hotspot',
                  os          : this.getTargetOS().toString(),
                  page        : 0,
                  page_size   : 1,
                  project     : 'jdk',
                  sort_method : 'DATE',
                  sort_order  : 'DESC',
                  vendor      : 'adoptopenjdk']

I can run XP locally on Mac with the downloaded distro. ;)