Skip to content

Commit 24952b7

Browse files
committed
added publishToMavenLocal for the plugins in gh actions build.yml
1 parent 770698b commit 24952b7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

+7
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ jobs:
3636
restore-keys: |
3737
${{ runner.os }}-gradle-
3838
39+
- name: Publish plugins to maven local
40+
run: >
41+
./gradlew
42+
clean
43+
compiler-plugin:publishToMavenLocal
44+
gradle-plugin:publishToMavenLocal
45+
3946
- name: Build with Gradle
4047
uses: gradle/gradle-build-action@v2
4148
with:

0 commit comments

Comments
 (0)