diff options
author | Luck <git@lucko.me> | 2019-04-17 00:58:28 +0100 |
---|---|---|
committer | Luck <git@lucko.me> | 2019-04-17 00:58:28 +0100 |
commit | 394c59d375811e4b1e0f23a528ef85d8c4d0e5a0 (patch) | |
tree | 2e9486f564a2a518fc938dfc0d5b58ae067789f1 /build.gradle | |
parent | ecd4cec8545460a4fc4ca65b911c2503a00cd8e7 (diff) | |
download | spark-394c59d375811e4b1e0f23a528ef85d8c4d0e5a0.tar.gz spark-394c59d375811e4b1e0f23a528ef85d8c4d0e5a0.tar.bz2 spark-394c59d375811e4b1e0f23a528ef85d8c4d0e5a0.zip |
Add /spark health command to report tps / memory usage stats
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index f262c3f..c5130a1 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ allprojects { group = 'me.lucko' - version = '1.1-SNAPSHOT' + version = '1.3-SNAPSHOT' } subprojects { @@ -8,7 +8,7 @@ subprojects { apply plugin: 'maven' ext { - pluginVersion = '1.2.0' + pluginVersion = '1.3.0' pluginDescription = 'spark is a performance profiling plugin based on sk89q\'s WarmRoast profiler' } |