You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the bug? ./gradlew build or gradlew assemble for latest version failed
Error Message:
Execution failed for task ':updateShas'.
> Could not resolve all dependencies for configuration ':runtimeClasspath'.
> Conflict(s) found for the following module(s):
- org.apache.logging.log4j:log4j-api between versions 2.20.0 and 2.17.1
- org.apache.logging.log4j:log4j-core between versions 2.20.0 and 2.17.1
Run with:
--scan or
:dependencyInsight --configuration runtimeClasspath --dependency org.apache.logging.log4j:log4j-api
to get more insight on how to solve the conflict.
How can one reproduce the bug?
git clone the main branch package, ./gradlew build
What is the expected behavior?
Build Successful
Do you have any screenshots?
Do you have any additional context?
N/A
The text was updated successfully, but these errors were encountered:
What is the bug?
./gradlew build
orgradlew assemble
for latest version failedHow can one reproduce the bug?
git clone the main branch package,
./gradlew build
What is the expected behavior?
Build Successful
Do you have any screenshots?
Do you have any additional context?
N/A
The text was updated successfully, but these errors were encountered: