Skip to content

Commit

Permalink
added publishToMavenLocal for the plugins in gh actions build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolanrensen committed Mar 25, 2024
1 parent 770698b commit 24952b7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: Publish plugins to maven local
run: >
./gradlew
clean
compiler-plugin:publishToMavenLocal
gradle-plugin:publishToMavenLocal
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
Expand Down

0 comments on commit 24952b7

Please sign in to comment.