-
Notifications
You must be signed in to change notification settings - Fork 41.6k
Closed as not planned
Labels
status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by anothertype: bugA general bugA general bug
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
status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by anothertype: bugA general bugA general bug