3
0

Merge remote-tracking branch 'origin/master'

This commit is contained in:
gamerforEA 2015-04-24 15:41:57 +03:00
commit cee27df2d3

View File

@ -4,27 +4,11 @@ Compilation
We use Gradle to handle our dependencies. We use Gradle to handle our dependencies.
1. Checkout project. 1. Checkout project.
2. Init submodules : git submodule update --init --recursive -- depth 1 2. Init submodules : git submodule update --init --recursive --depth 1
3. Setup workspace : gradlew setupCauldron 3. Setup workspace : gradlew setupCauldron
4. Build binaries : gradlew buildPackages 4. Build binaries : gradlew buildPackages
Note: all binaries will be in distributions folder Note: all binaries will be in distributions folder
Supporting Cauldron
--------
Click here to [Donate to bloodmc](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YNCKCALNQKFAS)
Click here to [Become a Patreon] (http://www.patreon.com/bloodmc)
Top Patron Supporters
-----------
* isiliden
* eonic
* trab
* jamescowens
* SFTMedia
* Shmeeb
Profiling Profiling
--------- ---------
@ -32,9 +16,8 @@ We use YourKit as our Java Profiler.
YourKit is kindly supporting open source projects with its full-featured Java Profiler. YourKit is kindly supporting open source projects with its full-featured Java Profiler.
YourKit, LLC is the creator of innovative and intelligent tools for profiling YourKit, LLC is the creator of innovative and intelligent tools for profiling
Java and .NET applications. Take a look at YourKit's leading software products: Java. Take a look at YourKit's leading software products:
* [YourKit Java Profiler](http://www.yourkit.com/java/profiler/index.jsp) * [YourKit Java Profiler](http://www.yourkit.com/java/profiler/index.jsp)
* [YourKit .NET Profiler](http://www.yourkit.com/.net/profiler/index.jsp)
Coding and Pull Request Conventions Coding and Pull Request Conventions