$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install Gradle on openSUSE – Step by step

October 4, 2025 | By the+gnu+linux+evangelist.

Installing

  1. 2. Installing

    Then to Install Gradle on openSUSE
    Setup the latest one with:

    sdk install gradle

    To List the available Versions:

    sdk list gradle

    So for instance to Install Gradle 8 run:

    sdk install gradle 8

    Last, to Switch to the active one:

    sdk use gradle 8

Contents