[slf4j-dev] [JIRA] Updates for SLF4J-539: Gradle build fails with SLF4J 1.7.34

QOS.CH (JIRA) noreply-jira at qos.ch
Thu Jan 27 19:47:00 CET 2022


SLF4J / SLF4J-539 [Resolved]
Gradle build fails with SLF4J 1.7.34

==============================

Here's what changed in this issue in the last few minutes.

There is 1 comment.

View or comment on issue using this link
https://jira.qos.ch/browse/SLF4J-539

==============================
 1 comment
------------------------------

Vladimir Sitnikov on 27/Jan/22 7:39 PM
@Veit, please provide the reproducer.

 

configurations.api.setCanBeResolved(true) should not be used.

Prefer Sync task if you absolutely need to copy the jars (which you should rarely need in practice).

Prefer runtimeClasspath or testRuntimeClasspath configurations or create your own configuration.

api is non-resolvable, and there are good reasons for that.

 


==============================
 This message was sent by Atlassian Jira (v8.8.0#808000-sha1:e2c7e59)



More information about the slf4j-dev mailing list