1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Java3,840 stars (3,840 stars)968 forks (968 forks)batch import
help wanted请其他人回答
Description
clone之后 gradle init --type pom 结果idea打开缺依赖
Ubuntu 16 gradle 4.2 idea 2017.2
Contributor guide
- Tech stack
- java
- Domain
- build system
- Issue type
- research
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 4
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- over 1 week
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- JavaMaven
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 20
- Research direction
- The issue asks how to convert the existing Maven build (pom.xml) to Gradle. The repository is a Java project. To proceed, first verify the current Maven configuration and then create a build.gradle file with equivalent dependencies and plugins. A Gradle wrapper should be set up for reproducibility. Since no maintainer has commented, it's unclear if this migration is desired or if there are specific guidelines. The task is broad and may require understanding both build systems, making it challenging for a first time contributor.