Continuing the discussion from Ear build with specific appDirName path:
Hi, i’m in the same situation that my EAR project has the setup ProjectEAR/META-INF/application.xml.
If i use the solution:
ear {
into(‘META-INF’) {
from(‘META-INF’)
exclude ‘application.xml’
}
}
i’m excluding the application.xml that i want to use and gradle is generating another application.xml that is brong.
How can i tell gradle that uses de existing application.xml?
Thanks!