Skip to content

Commit

Permalink
Add gradlew build
Browse files Browse the repository at this point in the history
  • Loading branch information
SrBedrock committed Sep 17, 2024
1 parent 8d08d3f commit 1b9d960
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ jobs:
uses: gradle/actions/setup-gradle@v3
- name: Run chmod to make gradlew executable
run: chmod +x ./gradlew
- name: Run Gradle Build
- name: Run Gradle Build for Core
run: ./gradlew core:build
- name: Run Gradle Build for Plugin
run: ./gradlew build
- name: Upload Plugin
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 1b9d960

Please sign in to comment.