diff options
author | nea <romangraef@gmail.com> | 2022-08-05 10:36:41 +0200 |
---|---|---|
committer | nea <romangraef@gmail.com> | 2022-08-05 10:36:41 +0200 |
commit | a03e2a4d799e8e87a04b9c059433fe9059d75399 (patch) | |
tree | 17bac728aba7e7f31316bab7e6b397ade8e5278c | |
parent | 3cd2b5666d13d601c42ceabd78d36da7ae5d1957 (diff) | |
download | NotEnoughUpdates-updater.tar.gz NotEnoughUpdates-updater.tar.bz2 NotEnoughUpdates-updater.zip |
do not run gensourcesupdater
-rw-r--r-- | CONTRIBUTING.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 77726499..ca8ed8a0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,7 +21,6 @@ - Import that folder as a Gradle Project in your IDE (IntelliJ should autodetect it as gradle if you select the `NotEnoughUpdates` folder in the Open dialog) - Set your project SDK to your 1.8 JDK. This can be done in the modules settings (CTRL+ALT+SHIFT+S) in IntelliJ. - Set your gradle JVM to your 1.17 JDK. This can be done by searching for `gradle jvm` in the CTRL+SHIFT+A dialog in IntelliJ. -- Run the `gen<IntelliJ/Eclipse>Runs` gradle task. In IntelliJ that can be done in the gradle tab on the right side of your IDE. - Optionally, run the `genSources` gradle task. - Run the `Minecraft Client` to make sure that everything works. |