IDEA-210281 Cleanup Gradle settings: better wording

GitOrigin-RevId: 6639bc2c56bd1532fd1b51a7ffbc6b14132e29cb
This commit is contained in:
Anton Makeev
2019-05-20 21:18:52 +03:00
committed by intellij-monorepo-bot
parent 728765e0dc
commit d936fdc54c
@@ -15,17 +15,17 @@ gradle.settings.text.user.home=Gradle user home:
gradle.settings.text.user.home.hint=Override the default location where Gradle stores downloaded files, e.g. to tune anti-virus software on Windows
gradle.settings.text.user.home.dialog.title=Select Gradle user home directory
gradle.settings.text.generate.iml.files=Generate *.iml files for modules imported from Gradle
gradle.settings.text.generate.iml.files.hint=Enable, if you have a mixed project with {0} modules and linked Gradle projects so that it could be shared via VCS
gradle.settings.text.generate.iml.files.hint=Enable if you have a mixed project with {0} modules and linked Gradle projects so that it could be shared via VCS
gradle.settings.text.module.per.source.set=Generate {0} module per Gradle source set
gradle.settings.text.module.per.source.set.hint=This setting is deprecated and remains only for troubleshooting since it's not fully compatible with the Gradle's model.<br> \
gradle.settings.text.module.per.source.set.hint=This setting is deprecated and remains only for troubleshooting since it's not fully compatible with Gradle's model.<br> \
Please consider restoring it to the default (checked)
gradle.settings.text.download.annotations=Download external annotations for dependencies
gradle.settings.text.build.run.title=Build and run
gradle.settings.text.build.run.hint=By default {0} uses Gradle to build the project and run the tasks.<br><br> \
In a pure Java/Kotlin project, building and running by means of the IDE might be faster, thanks to the optimizations. \
Note, that the IDE doesn\u2019t support all Gradle features and the behavior might differ
In a pure Java/Kotlin project, building and running by means of the IDE might be faster, thanks to optimizations. \
Note, that the IDE doesn\u2019t support all Gradle plugins and the project might not be built correctly with some of them.
gradle.settings.text.build.run=Build and run using:
gradle.settings.text.run.tests=Run tests using: