mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-30 21:41:57 +08:00
分布式开发,每个模块一个gradle项目
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
apply plugin: "maven-publish"
|
||||
group = "com.ruoyi"
|
||||
archivesBaseName = "${project.name}"
|
||||
|
||||
|
||||
task sourcesJar(type: Jar) {
|
||||
from sourceSets.main.allJava
|
||||
|
||||
Reference in New Issue
Block a user