Skip to content

gradle init should create all conventional directories #2759

@THUFIR

Description

@THUFIR

please provide a resources directory as:

thufir@doge:~/NetBeansProjects/props_gradle$ 
thufir@doge:~/NetBeansProjects/props_gradle$ gradle init --type java-library
:wrapper
:init

BUILD SUCCESSFUL

Total time: 4.869 secs
thufir@doge:~/NetBeansProjects/props_gradle$ 
thufir@doge:~/NetBeansProjects/props_gradle$ tree
.
├── build.gradle
├── gradle
│   └── wrapper
│       ├── gradle-wrapper.jar
│       └── gradle-wrapper.properties
├── gradlew
├── gradlew.bat
├── settings.gradle
└── src
    ├── main
    │   └── java
    │       └── Library.java
    └── test
        └── java
            └── LibraryTest.java

7 directories, 8 files
thufir@doge:~/NetBeansProjects/props_gradle$

per

https://discuss.gradle.org/t/where-does-a-properties-file-go/23798/1

Metadata

Metadata

Assignees

Labels

a:featureA new functionality

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions