From 701a54811ce0d8970d1ec0eef2e67fff9056cc3e Mon Sep 17 00:00:00 2001 From: Frans Irgolitsch Date: Thu, 30 Apr 2026 03:27:59 -0400 Subject: [PATCH] update shortest-path (#11621) * Update Shortest Path to 1.19.0 * Updated commit to point to fixed gradle files * Updated to fix comment line length * Dropped JMH dependency alltogether * Updated with build=standard directive * Dropped unsupported 'support' key * Updated version definition, aligned build.gradle with RuneLite template * Moved all tooling out of the test package to live in its own repo * Moved final files --- plugins/shortest-path | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/shortest-path b/plugins/shortest-path index 90532e4d7..6ffd03006 100644 --- a/plugins/shortest-path +++ b/plugins/shortest-path @@ -1,3 +1,3 @@ repository=https://github.com/Skretzo/shortest-path.git -commit=a52c69e72b03373b44765b35c8d424213cc57395 +commit=0fa115ea81ebfa708528a96f2a401dfaf2d1f111 authors=Skretzo,FIrgolitsch,wvanderp