Browse Source

DEC-22165 fix: 移除pom.xml

final/10.0
Cloud.Liu 3 years ago
parent
commit
60c1d338f9
  1. 1
      build.third_step0.gradle

1
build.third_step0.gradle

@ -173,6 +173,7 @@ task unpackEssential(type:Copy) {
for (File file : configurations.essential.files) {
from (zipTree(file)) {
exclude "META-INF/versions/11/*"
exclude "META-INF/maven/com.zaxxer/**"
}
}
into classesDir

Loading…
Cancel
Save