```shadowJar { include "i/d/k/lets/solve/**" e...
# community-support
i
Copy code
shadowJar {
  include "i/d/k/lets/solve/**"
  exclude "i/d/k/**"
}
I want to exclude "i/d/k/**" without "i/d/k/lets/solve/**". But When using include, jar file has only MANIFEST.MF..... I tried it for 30hours omg...
v
Please do not split topics across several threads. This makes following the conversation in the threads view very hard as the context of the other messages is missing. If you have additional information either edit the original message or post to its thread. Regarding the question, I think I already answered your question on the forum.