mirror of
https://github.com/runelite/plugin-hub.git
synced 2025-12-23 22:48:49 -05:00
readme: add enable assertions instructions to "using the script" (#2908)
This commit is contained in:
@@ -67,7 +67,7 @@ There are two methods to create an external plugin, you can either:
|
||||
|
||||
3. Move the generated folder to it's own git repository and open the `build.gradle` file in IntelliJ.
|
||||
|
||||
4. In order to make sure everything works correctly, try to start the client with your external plugin enabled by running the test.
|
||||
4. In order to make sure everything works correctly, try to start the client with your external plugin enabled by running the test. The test requires `-ea` to be added to your VM options to enable assertions, which can be found in IntellIJ in `Run/Debug Configurations` under `Modify options`, `Add VM options`, and then adding `-ea` into the input field which appears.
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user