mirror of https://github.com/halo-dev/halo
chore: bump preset plugins version (#7024)
Signed-off-by: Ryan Wang <i@ryanc.cc>pull/7031/head^2 v2.20.9
parent
a744b7d6f9
commit
06f3c289e8
|
@ -120,7 +120,7 @@ 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',
|
||||
|
@ -128,7 +128,7 @@ ext.presetPluginUrls = [
|
|||
// 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) {
|
||||
|
|
Loading…
Reference in New Issue