Reduce verbosity of prepareRuns doc in MDK (#9593)

This commit is contained in:
Paint_Ninja 2023-06-27 12:56:58 +01:00 committed by GitHub
parent 9b6e4991b6
commit 3ea735a901

View file

@ -32,12 +32,9 @@ minecraft {
// Simply re-run your setup task after changing the mappings to update your workspace.
mappings channel: mapping_channel, version: mapping_version
// When true, this property will have all Eclipse run configurations run the "prepareX" task for the given run configuration before launching the game.
// When true, this property will have all Eclipse/IntelliJ IDEA run configurations run the "prepareX" task for the given run configuration before launching the game.
// In most cases, it is not necessary to enable.
// enableEclipsePrepareRuns = true
// When true, this property will have all IntelliJ IDEA run configurations run the "prepareX" task for the given run configuration before launching the game.
// In most cases, it is not necessary to enable.
// enableIdeaPrepareRuns = true
// This property allows configuring Gradle's ProcessResources task(s) to run on IDE output locations before launching the game.