ПРЕДУПРЕЖДЕНИЕ PROGUARD SPRING BOOT: было 184 занятия в неправильно названных файлахJAVA

Программисты JAVA общаются здесь
Anonymous
ПРЕДУПРЕЖДЕНИЕ PROGUARD SPRING BOOT: было 184 занятия в неправильно названных файлах

Сообщение Anonymous »

Код: Выделить всё

 [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/troubleshooting.html#unexpectedclass)
[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.
Spring Boot, кажется, собирает файлы класса в папку с именем
boot-inf/classes , которая отличается от исходной структуры каталога. Как лучше всего решить эту проблему?

Подробнее здесь: https://stackoverflow.com/questions/482 ... amed-files

Вернуться в «JAVA»