mirror of
https://github.com/halo-dev/plugin-starter.git
synced 2025-11-29 01:06:34 +08:00
* Refactor build scripts and workflows * Add a unit test sample * chore: bump @halo-dev/ui-plugin-bundler-kit version Signed-off-by: Ryan Wang <i@ryanc.cc> --------- Signed-off-by: Ryan Wang <i@ryanc.cc> Co-authored-by: Ryan Wang <i@ryanc.cc>
8 lines
124 B
Groovy
8 lines
124 B
Groovy
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
rootProject.name = 'plugin-starter'
|
|
include 'ui'
|