configuration-as-code-plugin/demos/sbt
Victor Martinez ab3fefc246 Validate sbt demo with the integrations framework (#1112) 2019-10-03 18:01:42 +01:00
..
README.md Validate sbt demo with the integrations framework (#1112) 2019-10-03 18:01:42 +01:00

README.md

Configure sbt plugin

Basic configuration of the Sbt plugin

Sample configuration

tool:
  sbtInstallation:
    installations:
      - name: sbt
        home: "/usr/bin/sbt"
        properties:
          - installSource:
              installers:
                - sbtInstaller:
                    id: "1.2.8"