aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorLuck <git@lucko.me>2020-04-09 20:15:25 +0100
committerLuck <git@lucko.me>2020-04-09 20:15:25 +0100
commita235245e92cdeefecbd0bba33c68c0141415a359 (patch)
treefadccf87267d935fcb3e1137611a49ecb2cc0e5a /build.gradle
parent6f2153e33d232d5b52418531abc0007dcdc466e9 (diff)
downloadspark-a235245e92cdeefecbd0bba33c68c0141415a359.tar.gz
spark-a235245e92cdeefecbd0bba33c68c0141415a359.tar.bz2
spark-a235245e92cdeefecbd0bba33c68c0141415a359.zip
Add '/spark gc' and '/spark gcmonitor' commands to help track GC activity
Example output: https://i.imgur.com/JihIDvk.png
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 2c7e9ec..a14e81d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -13,7 +13,7 @@ subprojects {
apply plugin: 'idea'
ext {
- pluginVersion = '1.4.1'
+ pluginVersion = '1.4.2'
pluginDescription = 'spark is a performance profiling plugin based on sk89q\'s WarmRoast profiler'
}