mirror of
https://github.com/vran-dev/databasir.git
synced 2025-08-09 22:13:25 +08:00
feat(issue-#155): rename plugin module to meta (#156)
* feat(issue-#155): rename module plugin to meta * feat: remove unused md file * refactor: rename plugin module to meta * fix: trigger document error * fix: code checkstyle
This commit is contained in:
7
meta/build.gradle
Normal file
7
meta/build.gradle
Normal file
@@ -0,0 +1,7 @@
|
||||
dependencies {
|
||||
testImplementation 'mysql:mysql-connector-java:8.0.27'
|
||||
implementation 'org.commonmark:commonmark:0.18.1'
|
||||
implementation 'org.freemarker:freemarker:2.3.31'
|
||||
testImplementation "com.fasterxml.jackson.core:jackson-core:${jacksonVersion}"
|
||||
testImplementation "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}"
|
||||
}
|
Reference in New Issue
Block a user