This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch trunk
in repository
https://gitbox.apache.org/repos/asf/ofbiz-framework.gitThe following commit(s) were added to refs/heads/trunk by this push:
new f7cf0ae Improved: Checkstyle in GH (OFBIZ-11304)
f7cf0ae is described below
commit f7cf0aef8f9b6d61cb3fa2237cba65a30f567b05
Author: Jacques Le Roux <
[hidden email]>
AuthorDate: Wed Jun 17 15:01:20 2020 +0200
Improved: Checkstyle in GH (OFBIZ-11304)
We need to include plugins
---
.github/workflows/gradle.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml
index 3193a36..f60bbe5 100644
--- a/.github/workflows/gradle.yml
+++ b/.github/workflows/gradle.yml
@@ -1,4 +1,4 @@
-# This workflow will build a Java project with Gradle
+# This workflow will check style in OFBiz with its plugins
# For more information see:
https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
name: Java CI with Gradle
@@ -23,4 +23,4 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
- run: ./gradlew check
+ run: ./gradlew pullAllPluginsSource check