Skip to content

Commit

Permalink
Merge pull request #7 from iodigital-com/gradle-plugin-2
Browse files Browse the repository at this point in the history
Set group for plugin
  • Loading branch information
crysxd authored Oct 31, 2024
2 parents db498dc + 3521015 commit 2d4712c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
id: build
run: |
echo "${{ secrets.FIGMA_TOKEN }}" > figex-cli/.figmatoken
gradle clean check -PAzureBuildNumber="${{ github.run_id }}"
gradle clean check validatePlugins -PAzureBuildNumber="${{ github.run_id }}"
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action/linux@v2
Expand Down
2 changes: 2 additions & 0 deletions gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ dependencies {
implementation(project(":figex-core"))
}

group = "com.iodigital.figex"

@Suppress("UnstableApiUsage")
gradlePlugin {
website = "https://github.com/iodigital-com/figex"
Expand Down

0 comments on commit 2d4712c

Please sign in to comment.