This repository was archived by the owner on Jul 15, 2024. It is now read-only.
Added support for gradle projects#85
Open
RobotHanzo wants to merge 106 commits intoTheBusyBiscuit:gh-pagesfrom
Open
Added support for gradle projects#85RobotHanzo wants to merge 106 commits intoTheBusyBiscuit:gh-pagesfrom
RobotHanzo wants to merge 106 commits intoTheBusyBiscuit:gh-pagesfrom
Conversation
WalshyDev
suggested changes
May 5, 2021
| const process = require('child-process-promise') | ||
| const lodash = require('lodash/lang') | ||
|
|
||
| const FileSystem = require('fs') |
Contributor
There was a problem hiding this comment.
FYI, can just do fs/promises
Author
There was a problem hiding this comment.
Cant, theres one usage on fs.existSync
Co-authored-by: Daniel Walsh <[email protected]>
Co-authored-by: Daniel Walsh <[email protected]>
Co-authored-by: Daniel Walsh <[email protected]>
Co-authored-by: Daniel Walsh <[email protected]>
Co-authored-by: Daniel Walsh <[email protected]>
Co-authored-by: Daniel Walsh <[email protected]>
Co-authored-by: Daniel Walsh <[email protected]>
Co-authored-by: Daniel Walsh <[email protected]>
Co-authored-by: Daniel Walsh <[email protected]>
Co-authored-by: Daniel Walsh <[email protected]>
Co-authored-by: Daniel Walsh <[email protected]>
Co-authored-by: Daniel Walsh <[email protected]>
Co-authored-by: Daniel Walsh <[email protected]>
Co-authored-by: Daniel Walsh <[email protected]>
Co-authored-by: Daniel Walsh <[email protected]>
Author
|
Builds fine other than the slimecraft repo not existing |
Contributor
|
I'm thinking of switching to Gradle on a few projects, this looks promising 👀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR brings the ability to use Gradle as a build tool, for those who are more familiar / used to Gradle
The following features are offered:
Reason
As a follow up PR for Slimefun/Addon-Template#5 so it works in the future when one is using Gradle based template