Skip to content

Instantly share code, notes, and snippets.

@plathrop
Created February 2, 2016 18:11
Show Gist options
  • Save plathrop/bde663880ae75263460a to your computer and use it in GitHub Desktop.
Save plathrop/bde663880ae75263460a to your computer and use it in GitHub Desktop.
(=7bfee) plathrop@bolt Botania➔ ./gradlew build
The assetDir is deprecated! I actually just did all this generalizing stuff just now.. Use runDir instead! runDir set to eclipse/assets/..
The runDir should be the location where you want MC to be run, usually he parent of the asset dir
FAILURE: Build failed with an exception.
* Where:
Build file '/Users/plathrop/Projects/OSS/Botania/build.gradle' line: 140
* What went wrong:
A problem occurred evaluating root project 'Botania'.
> Cannot convert the provided notation to a File or URI: groovy.util.ConfigObject@291a4791.
The following types/formats are supported:
- A String or CharSequence path, e.g 'src/main/java' or '/usr/include'
- A String or CharSequence URI, e.g 'file:/usr/include'
- A File instance.
- A URI or URL instance.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 11.215 secs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment