Skip to content

Commit 5547829

Browse files
committed
chore: upgrade plugin-development version to 0.0.5-SNAPSHOT
1 parent 6248b74 commit 5547829

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,4 @@ application-local.yaml
7171
application-local.properties
7272

7373
/admin-frontend/node_modules/
74+
/workplace/

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'org.springframework.boot' version '3.0.0-M3'
33
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
44
id "com.github.node-gradle.node" version "3.3.0"
5-
id "io.github.guqing.plugin-development" version "0.0.4-SNAPSHOT"
5+
id "io.github.guqing.plugin-development" version "0.0.5-SNAPSHOT"
66
id 'java'
77
}
88

0 commit comments

Comments
 (0)