Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[cuebot] Fix for bootRun failure running. #1569

Merged

Conversation

lithorus
Copy link
Contributor

@lithorus lithorus commented Nov 4, 2024

Summarize your change.
This removes a implementation in the gradle setup that conflicts with another implementation

When running ./gradlew bootRun it will fail with the following message :

SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/home/jimmy/.gradle/caches/modules-2/files-2.1/org.slf4j/slf4j-log4j12/1.7.26/12f5c685b71c3027fd28bcf90528ec4ec74bf818/slf4j-log4j12-1.7.26.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/home/jimmy/.gradle/caches/modules-2/files-2.1/ch.qos.logback/logback-classic/1.2.3/7c4f3c474fb2c041d8028740440937705ebb473a/logback-classic-1.2.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]

This removed one of the bindings so they don't conflict with each other.

…vided by ch.qos.logback:logback-classic and causing conflict
@lithorus lithorus changed the title [rqd] Fix for bootRun failure running. [cuebot] Fix for bootRun failure running. Nov 4, 2024
@lithorus lithorus marked this pull request as ready for review November 4, 2024 22:01
@DiegoTavares DiegoTavares merged commit be13b4f into AcademySoftwareFoundation:master Nov 6, 2024
12 checks passed
@lithorus lithorus deleted the bootrun-issues branch December 16, 2024 22:33
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants