[proguard] Warning: there were 184 classes in incorrectly named files.
[proguard] You should make sure all file names correspond to their class names.
[proguard] The directory hierarchies must correspond to the package hierarchies.
[proguard] (http://proguard.sourceforge.net/manual/ ... ectedclass)
[proguard] If you don't mind the mentioned classes not being written out,
[proguard] you could try your luck using the '-ignorewarnings' option.
[proguard] Error: Please correct the above warnings first.
< /code>
Spring Boot, кажется, компилирует мои файлы классов в папку с именем
boot-inf /classes < /strong>
, которая защищает от исходной структуры каталога. Как лучше всего решить эту проблему?
Подробнее здесь: https://stackoverflow.com/questions/482 ... amed-files