Skip to content

Commit

Permalink
Rename plugin module to idea-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Jul 22, 2024
1 parent 328e291 commit 687b961
Show file tree
Hide file tree
Showing 76 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
plugin-location: plugin/build/distributions/*-signed.zip
plugin-location: idea-plugin/build/distributions/*-signed.zip
ide-versions: |
ideaIC:2024.1
ideaIC:2024.1.1
Expand Down Expand Up @@ -91,4 +91,4 @@ jobs:
- name: Upload release asset
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release upload ${{ env.artifactName }} ./plugin/build/distributions/*-signed.zip
run: gh release upload ${{ env.artifactName }} ./idea-plugin/build/distributions/*-signed.zip
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Downloads][badge:downloads]][plugin-homepage]

<div align="center">
<img alt="Icon" src="plugin/src/main/resources/META-INF/pluginIcon.svg" width="200" />
<img alt="Icon" src="idea-plugin/src/main/resources/META-INF/pluginIcon.svg" width="200" />
</div>

<h1 align="center">Valkyrie</h1>
Expand Down Expand Up @@ -219,7 +219,7 @@ public val Add: ImageVector

## Building

Use `./gradlew buildPlugin` to build plugin locally. Artifact will be available in `plugin/build/distributions/` path
Use `./gradlew buildPlugin` to build plugin locally. Artifact will be available in `idea-plugin/build/distributions/` path

other available gradle commands:

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pluginManagement {

rootProject.name = "valkyrie"

include("plugin")
include("idea-plugin")

include("components:google")
include("components:generator:common")
Expand Down

0 comments on commit 687b961

Please sign in to comment.