configuration-as-code-plugin/demos/jdk/README.md

386 B

Configure JDK

Basic configuration of the JDK

sample configuration

tool:
  jdk:
    installations:
      - name: jdk8
        home: "/jdk"
        properties:
          - installSource:
              installers:
                - jdkInstaller:
                    id: "jdk-8u181-oth-JPR"
                    acceptLicense: true