You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Liu Jiayu (Jira)" <ji...@apache.org> on 2022/09/23 08:00:01 UTC

[jira] [Updated] (THRIFT-5638) Java and kotlin makefile should use gradle check for check-local instead of gradle test

     [ https://issues.apache.org/jira/browse/THRIFT-5638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Liu Jiayu updated THRIFT-5638:
------------------------------
    Description: See [https://www.baeldung.com/gradle-test-vs-check,] we should use `check` not `test` for verification tasks (i.e. check-local in Makefile), so that we not only run unit tests, but also PMD tests, etc.

> Java and kotlin makefile should use gradle check for check-local instead of gradle test
> ---------------------------------------------------------------------------------------
>
>                 Key: THRIFT-5638
>                 URL: https://issues.apache.org/jira/browse/THRIFT-5638
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Java - Library
>            Reporter: Liu Jiayu
>            Assignee: Liu Jiayu
>            Priority: Minor
>
> See [https://www.baeldung.com/gradle-test-vs-check,] we should use `check` not `test` for verification tasks (i.e. check-local in Makefile), so that we not only run unit tests, but also PMD tests, etc.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)