From 15dd7826dc02f80d0b7a648d288392a73de73bb3 Mon Sep 17 00:00:00 2001 From: John Niang Date: Mon, 24 Jul 2023 17:08:14 +0800 Subject: [PATCH] Bump plugin preset (#4287) #### What type of PR is this? /kind cleanup /area core /milestone 2.8.x #### What this PR does / why we need it: Bump plugin preset. See https://github.com/halo-sigs/plugin-comment-widget/releases/tag/v1.7.0 for more. #### Does this PR introduce a user-facing change? ```release-note None ``` --- application/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/build.gradle b/application/build.gradle index 7947dbb6f..47d2d297c 100644 --- a/application/build.gradle +++ b/application/build.gradle @@ -76,7 +76,7 @@ tasks.register('downloadPluginPresets', Download) { delete 'src/main/resources/presets/plugins' } src([ - 'https://github.com/halo-sigs/plugin-comment-widget/releases/download/v1.6.1/plugin-comment-widget-1.6.1.jar', + 'https://github.com/halo-sigs/plugin-comment-widget/releases/download/v1.7.0/plugin-comment-widget-1.7.0.jar', 'https://github.com/halo-sigs/plugin-search-widget/releases/download/v1.1.0/plugin-search-widget-1.1.0.jar', 'https://github.com/halo-sigs/plugin-sitemap/releases/download/v1.0.2/plugin-sitemap-1.0.2.jar', 'https://github.com/halo-sigs/plugin-feed/releases/download/v1.1.1/plugin-feed-1.1.1.jar'