quarkusio/quarkus

Separate Gradle getting started from the Maven one

Open

#2,090 创建于 2019年4月15日

在 GitHub 查看
 (15 评论) (0 反应) (0 负责人)Java (2,464 fork)batch import
area/gradlegood first issuetriage/gsmet-christmas-list

仓库指标

Star
 (12,967 star)
PR 合并指标
 (平均合并 6天 4小时) (30 天内合并 325 个 PR)

描述

(Creating the issue here so that it gets some visibility for new contributors)

Currently, the getting started project for Gradle in https://github.com/quarkusio/quarkus-quickstarts/ is the same as the Maven getting started.

This is a mistake as the project structure should be different (especially the unit tests and the integration tests should be in 2 different folders).

We need to create a specific project for Gradle and get rid of the Gradle files in the getting-started project.

The project should be built with the Gradle command line.

Note to self: we will need to upgrade the release scripts once it's done.

贡献者指南