We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e18cdef commit 8897ab0Copy full SHA for 8897ab0
plugins/project/src/main/kotlin/common/ProjectExtns.kt
@@ -214,6 +214,7 @@ val Project.defaultJvmArgs
214
* - [JSR166](https://cs.oswego.edu/dl/jsr166/dist/jsr166.jar)
215
* - [Hotspot Options](https://chriswhocodes.com/hotspot_option_differences.html)
216
* - [JFR Events](https://sap.github.io/SapMachine/jfrevents)
217
+ * - [Profile.jfc](https://github.com/openjdk/jdk/blob/master/src/jdk.jfr/share/conf/jfr/profile.jfc)
218
*/
219
val Project.runJvmArgs
220
get() = buildList {
0 commit comments