Skip to content

Gradle missing in the repo #16

@Vectrobe

Description

@Vectrobe

This is actually rather important to have, as it keeps building between clones consistent, as well as being a one-touch setup, the files and folders to push are as follows;

  • build.gradle (this is the build config file, you cant do anything without it)
  • gradlew
  • gradlew.bat (windows wrapper)
  • gradle/wrapper folder (this contains the current gradle version config and active version)

With these files included in the repo correctly, all a contributor needs to do is clone > run 'gradlew setupDecompWorkspace idea' and everything will be automatically downloaded, including forge itself.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions