-
Notifications
You must be signed in to change notification settings - Fork 41.4k
Open
Labels
type: bugA general bugA general bug
Milestone
Description
When running brew with HOMEBREW_DEVELOPER=true
, these warnings appear when running brew install spring-boot
:
::warning::JARs were installed to "/home/linuxbrew/.linuxbrew/opt/spring-boot/lib". Installing JARs to "lib" can cause conflicts between packages.
For Java software, it is typically better for the formula to install to "libexec" and then symlink or wrap binaries into "bin".
See formulae 'activemq', 'jruby', etc. for examples.The offending files are:
- /home/linuxbrew/.linuxbrew/opt/spring-boot/lib/spring-boot-cli-3.4.9-SNAPSHOT.jar
When HOMEBREW_DEVELOPER
is not set, those warnings are not shown.
snicoll
Metadata
Metadata
Assignees
Labels
type: bugA general bugA general bug