We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c3da5b commit dd4ca4dCopy full SHA for dd4ca4d
build.gradle
@@ -376,20 +376,6 @@ configure(project.fineractJavaProjects) {
376
withJavadocJar()
377
}
378
379
- // TODO: we are forcing Gradle to do something it shouldn't! This effects Gradle caching AND breaks Liquibase!
380
- // tasks.withType(ProcessResources) {
381
- // destinationDir = layout.buildDirectory.dir('classes/java/main').get().asFile
382
- // }
383
-
384
- processResources {
385
- destinationDir = file("${buildDir}/resources/main")
386
387
- doLast {
388
- delete fileTree(dir: "${buildDir}/classes/java/main/db")
389
- delete fileTree(dir: "${buildDir}/classes/java/main/META-INF")
390
- }
391
392
393
// Add performance optimizations
394
configurations.all {
395
resolutionStrategy {
0 commit comments