Skip to content

Commit

Permalink
chore: bump preset plugins version
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Wang <[email protected]>
  • Loading branch information
ruibaby committed Nov 11, 2024
1 parent 0d1a099 commit 447fe2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -120,15 +120,15 @@ tasks.named('jacocoTestReport', JacocoReport) {
}

ext.presetPluginUrls = [
'https://github.com/halo-dev/plugin-comment-widget/releases/download/v2.4.0/plugin-comment-widget-2.4.0.jar' : 'plugin-comment-widget.jar',
'https://github.com/halo-dev/plugin-comment-widget/releases/download/v2.5.1/plugin-comment-widget-2.5.1.jar' : 'plugin-comment-widget.jar',
'https://github.com/halo-dev/plugin-search-widget/releases/download/v1.6.2/plugin-search-widget-1.6.2.jar' : 'plugin-search-widget.jar',
'https://github.com/halo-dev/plugin-sitemap/releases/download/v1.1.2/plugin-sitemap-1.1.2.jar' : 'plugin-sitemap.jar',
'https://github.com/halo-dev/plugin-feed/releases/download/v1.3.0/plugin-feed-1.3.0.jar' : 'plugin-feed.jar',

// Currently, plugin-app-store is not open source, so we need to download it from the official website.
// Please see https://github.com/halo-dev/plugin-app-store/issues/55
// https://www.halo.run/store/apps/app-VYJbF
'https://www.halo.run/store/apps/app-VYJbF/releases/download/app-release-dEEUO/assets/app-release-dEEUO-ZRgkG': 'appstore.jar',
'https://www.halo.run/store/apps/app-VYJbF/releases/download/app-release-WBIAX/assets/app-release-WBIAX-TRVeq': 'appstore.jar',
]

tasks.register('downloadPluginPresets', Download) {
Expand Down

0 comments on commit 447fe2a

Please sign in to comment.