Skip to content
This repository was archived by the owner on Dec 20, 2025. It is now read-only.

Commit f651d0b

Browse files
authored
Merge branch 'master' into dependabot/github_actions/github/codeql-action-4
2 parents 68bfcce + f018c75 commit f651d0b

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

README.md

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,2 @@
1-
Spinnaker Cloud Provider Service
2-
------------------------------------
3-
[![Build Status](https://github.com/spinnaker/clouddriver/workflows/Branch%20Build/badge.svg)](https://github.com/spinnaker/clouddriver/actions)
4-
5-
This service is the main integration point for Spinnaker cloud providers like AWS, GCE, CloudFoundry, Azure etc.
6-
7-
### Developing with Intellij
8-
9-
To configure this repo as an Intellij project, run `./gradlew idea` in the root directory.
10-
11-
Some of the modules make use of [Lombok](https://projectlombok.org/), 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](https://plugins.jetbrains.com/plugin/6317-lombok-plugin) as well as [check 'enable' under annotation processing](https://www.jetbrains.com/help/idea/configuring-annotation-processing.html#3).
12-
13-
### Debugging
14-
15-
To start the JVM in debug mode, set the Java system property `DEBUG=true`:
16-
```
17-
./gradlew -DDEBUG=true
18-
```
19-
20-
The JVM will then listen for a debugger to be attached on port 7102. The JVM will _not_ wait for
21-
the debugger to be attached before starting Clouddriver; the relevant JVM arguments can be seen and
22-
modified as needed in `build.gradle`.
1+
> [!IMPORTANT]
2+
> Clouddriver is now maintained in the [Spinnaker monorepo](https://github.com/spinnaker/spinnaker). This repository has been archived.

0 commit comments

Comments
 (0)