Some class were lost in my .jar library generated by Jar task

I custom a Jar task to generate one .jar library which contains all my project file and a lot of local .jar library files.
After the task executed,I found some class files in local jar librarys were exclude.
This problem confused me.

I discovered my mistake in my code.
This is absolutely my fault, I’m so stupid. :sweat_smile: