分布式开发,每个模块一个gradle项目

This commit is contained in:
陈云志
2020-12-16 17:11:20 +08:00
parent 53aa2db213
commit 14125debaa
70 changed files with 2552 additions and 186 deletions

View File

@@ -1,4 +1,7 @@
apply plugin: "maven-publish"
group = "com.ruoyi"
archivesBaseName = "${project.name}"
task sourcesJar(type: Jar) {
from sourceSets.main.allJava