Alexey Tsvetkov
4 years ago
3 changed files with 3 additions and 10 deletions
@ -1,10 +1,5 @@ |
|||||||
1. From `<ROOT>/gradle-plugins`: |
1. Run from `idea-plugin`: |
||||||
``` |
|
||||||
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 |
./gradlew runIde |
||||||
``` |
``` |
||||||
3. Open this project in the test IDE. |
2. Open `idea-plugin/examples/desktop-project` with the test IDE. |
@ -1,6 +1,5 @@ |
|||||||
pluginManagement { |
pluginManagement { |
||||||
repositories { |
repositories { |
||||||
mavenLocal() |
|
||||||
gradlePluginPortal() |
gradlePluginPortal() |
||||||
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev") |
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev") |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue