Skip to content

Commit 67c5db4

Browse files
committed
Reorganize the project directory structure
- Move to plugin's own directory - Add demo app - Update github workflows
1 parent ab0a112 commit 67c5db4

File tree

103 files changed

+48354
-99
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+48354
-99
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ jobs:
6969
SIGNING_PASSPHRASE: ${{ secrets.SIGNING_PASSPHRASE }}
7070
SECRING_FILE: ${{ secrets.SECRING_FILE }}
7171
with:
72-
arguments: -Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg publishToSonatype closeAndReleaseSonatypeStagingRepository
72+
arguments: -Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg :plugin:publishToSonatype closeAndReleaseSonatypeStagingRepository

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ jobs:
6767
SIGNING_PASSPHRASE: ${{ secrets.SIGNING_PASSPHRASE }}
6868
SECRING_FILE: ${{ secrets.SECRING_FILE }}
6969
with:
70-
arguments: -Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg publishToSonatype closeAndReleaseSonatypeStagingRepository
70+
arguments: -Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg :plugin:publishToSonatype closeAndReleaseSonatypeStagingRepository
172 KB
Binary file not shown.
127 KB
Binary file not shown.
8.47 KB
Loading
3.53 KB
Loading

app/assets/images/discussion.svg

Lines changed: 21 additions & 0 deletions
Loading
Lines changed: 16 additions & 0 deletions
Loading

app/assets/images/favicon.ico

9.44 KB
Binary file not shown.

0 commit comments

Comments
 (0)