chore: upgrade plugin-development version to 0.0.5-SNAPSHOT

This commit is contained in:
guqing
2022-10-14 18:09:25 +08:00
parent 6248b748f4
commit 5547829831
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -71,3 +71,4 @@ application-local.yaml
application-local.properties application-local.properties
/admin-frontend/node_modules/ /admin-frontend/node_modules/
/workplace/

View File

@@ -2,7 +2,7 @@ plugins {
id 'org.springframework.boot' version '3.0.0-M3' id 'org.springframework.boot' version '3.0.0-M3'
id 'io.spring.dependency-management' version '1.0.11.RELEASE' id 'io.spring.dependency-management' version '1.0.11.RELEASE'
id "com.github.node-gradle.node" version "3.3.0" id "com.github.node-gradle.node" version "3.3.0"
id "io.github.guqing.plugin-development" version "0.0.4-SNAPSHOT" id "io.github.guqing.plugin-development" version "0.0.5-SNAPSHOT"
id 'java' id 'java'
} }