Skip to content

Commit ed7a6de

Browse files
committed
build: upgrade core to v1.1.0
1 parent e649c5b commit ed7a6de

8 files changed

Lines changed: 7 additions & 7 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ repositories {
1313
ext {
1414
springContext = '6.0.3'
1515
pf4j = '3.8.0'
16-
lombok = '1.18.24'
17-
libFile = 'lib/api-0.18.2.jar'
16+
lombok = '1.18.34'
17+
libFile = 'lib/api-1.1.0.jar'
1818
}
1919

2020

@@ -61,7 +61,7 @@ task buildFrontend(type: NpxTask) {
6161

6262
task pnpmInstall(type: NpxTask) {
6363
command = "pnpm"
64-
args = ["install"]
64+
args = ["install", "-f"]
6565
}
6666

6767
build {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
group=run.ikaros.plugin
22
description=A starter plugin for ikaros.
3-
version=18.1.0
3+
version=1.1.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

lib/api-0.18.2-sources.jar

-70.5 KB
Binary file not shown.

lib/api-0.18.2.jar

-189 KB
Binary file not shown.

lib/api-1.1.0-sources.jar

81 KB
Binary file not shown.

lib/api-1.1.0.jar

219 KB
Binary file not shown.

src/main/resources/plugin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ name: PluginStarter
44
# plugin entry class that extends BasePlugin
55
clazz: run.ikaros.plugin.starter.StarterPlugin
66
# plugin 'version' is a valid semantic version string (see semver.org).
7-
version: 0.11.0
7+
version: 1.1.0
88
requires: ">=0.11.4"
99
author:
1010
name: Ikaros OSS Team
1111
website: https://github.com/ikaros-dev
12-
logo: https://ikaros.run/logo.png
12+
logo: https://imgbed.ikaros.run/file/posts/1779018237740_icon.png
1313
homepage: https://github.com/ikaros-dev/plugin-starter
1414
displayName: "插件快速开始模板"
1515
description: "这是一个插件快速开始模板"

0 commit comments

Comments
 (0)