Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 848 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 848 Bytes

Spinnaker Cloud Provider Service

Build Status

This service is the main integration point for Spinnaker cloud providers like AWS, GCE, CloudFoundry, Azure etc.

Developing with Intellij

To configure this repo as an Intellij project, run ./gradlew idea in the root directory.

Some of the modules make use of Lombok, which will compile correctly on its own. However, for Intellij to make sense of the Lombok annotations, you'll need to install the Lombok plugin as well as check 'enable' under annotation processing.