mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-06 17:08:29 +08:00
Update build.gradle
This commit is contained in:
parent
f17746d0e9
commit
6f3e2be47b
@ -113,24 +113,19 @@ dependencies {
|
||||
|
||||
}
|
||||
|
||||
|
||||
subprojects {
|
||||
|
||||
processResources {
|
||||
from ('src/main/resources') {
|
||||
include 'src/main/resources/*.*'
|
||||
}
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
java {
|
||||
srcDir 'src/main/java' // 指定源码目录
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
maven { url "https://maven.aliyun.com/repository/central/"}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user