You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
286 B

1. From `<ROOT>/gradle-plugins`:
```
COMPOSE_VERSION=0.4.0-preview-annotation-build53
./gradlew publishToMavenLocal -Pcompose.version=$COMPOSE_VERSION -Pdeploy.version=$COMPOSE_VERSION
```
2. Run from `<ROOT>/idea-plugin`:
```
./gradlew runIde
```
3. Open this project in the test IDE.