We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6248b74 commit 5547829Copy full SHA for 5547829
2 files changed
.gitignore
@@ -71,3 +71,4 @@ application-local.yaml
71
application-local.properties
72
73
/admin-frontend/node_modules/
74
+/workplace/
build.gradle
@@ -2,7 +2,7 @@ plugins {
2
id 'org.springframework.boot' version '3.0.0-M3'
3
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
4
id "com.github.node-gradle.node" version "3.3.0"
5
- id "io.github.guqing.plugin-development" version "0.0.4-SNAPSHOT"
+ id "io.github.guqing.plugin-development" version "0.0.5-SNAPSHOT"
6
id 'java'
7
}
8
0 commit comments