configuration-as-code-plugin/demos/jdk
Victor Martinez 348c666047 Move JDK ITs to the demos (#1090) 2019-09-29 21:00:07 +01:00
..
README.md Move JDK ITs to the demos (#1090) 2019-09-29 21:00:07 +01:00

README.md

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