aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorLuck <git@lucko.me>2021-12-30 21:34:18 +0000
committerLuck <git@lucko.me>2021-12-30 21:34:18 +0000
commit03bfa12bffa4f3116bf8ddac8f6bd528210651c9 (patch)
treee1269c176d5fadbf14ec1771d07cb0d3f23d16ef /build.gradle
parentb41bc1f191b8b02cb9f048858a18b299474bb5b6 (diff)
downloadspark-03bfa12bffa4f3116bf8ddac8f6bd528210651c9.tar.gz
spark-03bfa12bffa4f3116bf8ddac8f6bd528210651c9.tar.bz2
spark-03bfa12bffa4f3116bf8ddac8f6bd528210651c9.zip
Use wallclock sampling instead of itimer
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 0133b4f..fd6813f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -13,7 +13,7 @@ subprojects {
apply plugin: 'java-library'
ext {
- pluginVersion = '1.7.1'
+ pluginVersion = '1.7.2'
pluginDescription = 'spark is a performance profiling plugin/mod for Minecraft clients, servers and proxies.'
}