mirror of
https://github.com/halo-dev/plugin-starter.git
synced 2025-10-14 07:01:30 +00:00
chore: upgrade plugin-development version to 0.0.5-SNAPSHOT
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -71,3 +71,4 @@ application-local.yaml
|
||||
application-local.properties
|
||||
|
||||
/admin-frontend/node_modules/
|
||||
/workplace/
|
||||
|
@@ -2,7 +2,7 @@ plugins {
|
||||
id 'org.springframework.boot' version '3.0.0-M3'
|
||||
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
|
||||
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'
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user