You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,10 @@ Clone this repository with ```git``` first of all - the clone URL should be on t
13
13
### Setting up your environment
14
14
15
15
RainDance is written using [Java 8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) - so you'll need JDK 8 to work on it.
16
-
We recommend using [IntelliJ IDEA](https://www.jetbrains.com/idea/) to work on StormCloud (though of course Eclipse or NetBeans should work too)
17
-
Using IntelliJ IDEA, import the project from Maven and allow it to synchronize with the ```pom.xml``` automatically.
18
-
Create a Run Configuration, set the main class to ```StormCloud```, the classpath to your ```stormcloud``` module, and the rest should be set by default. You should now be set to run the server from within IntelliJ.
19
-
If you want to make IntelliJ build with Maven instead of the default compiler, you can switch the Make task for a Maven goal with the command line directive ```clean install```
16
+
We recommend using [IntelliJ IDEA](https://www.jetbrains.com/idea/) to work on RainDance (though of course Eclipse or NetBeans should work too)
17
+
Using IntelliJ IDEA, import the project from Gradle and synchronize with the ```build.gradle```
18
+
Create a Run Configuration, set the main class to ```RainDance```, the classpath to your ```raindance``` module, and the rest should be set by default. You should now be set to run the application from within IntelliJ.
19
+
If you want to make IntelliJ build with Gradle instead of the default compiler, you can switch the Make task for a Gradle goal with the command line directive ```shadowJar```
20
20
21
21
Building
22
22
--------
@@ -27,7 +27,7 @@ To build the StormCloud jar, use ```gradle shadowJar``` - this will create ```ra
27
27
Running
28
28
-------
29
29
30
-
As with any other command-line Java application, run StormCloud with:
30
+
As with any other command-line Java application, run RainDance with:
0 commit comments