Skip to content

Commit dd4ca4d

Browse files
committed
FINERACT-2181: Remove processResource hack
1 parent 4c3da5b commit dd4ca4d

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

build.gradle

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -376,20 +376,6 @@ configure(project.fineractJavaProjects) {
376376
withJavadocJar()
377377
}
378378

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-
393379
// Add performance optimizations
394380
configurations.all {
395381
resolutionStrategy {

0 commit comments

Comments
 (0)