diff options
author | Luck <git@lucko.me> | 2021-12-30 21:34:18 +0000 |
---|---|---|
committer | Luck <git@lucko.me> | 2021-12-30 21:34:18 +0000 |
commit | 03bfa12bffa4f3116bf8ddac8f6bd528210651c9 (patch) | |
tree | e1269c176d5fadbf14ec1771d07cb0d3f23d16ef /build.gradle | |
parent | b41bc1f191b8b02cb9f048858a18b299474bb5b6 (diff) | |
download | spark-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.gradle | 2 |
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.' } |