Slackbot
01/03/2023, 8:37 PMmelix
01/04/2023, 8:53 AMJustin Van Dort
01/04/2023, 3:34 PMcompileClasspathCopy
via Configuration#copy
? In 7.6
compileClasspath
was deprecated for declaration, and you would have seen the deprecation warnings if using that. However, it seems we do not copy deprecations over when copying configurations themselves, and thus compileClasspathCopy
was never deprecated for declaration even though it should have been.
I will get back to you with how we are going to handle this case.Justin Van Dort
01/04/2023, 3:36 PMinternalClusterTestApiElements
, how are you creating this? If you are using JvmModelingServices#createOutgoingElements
, that API is internal and is not guaranteed to be stableRené
01/04/2023, 3:39 PMinternalClusterTestApiElements
that is the standard outgoing variant for internalClusterTest
sourceSet. the problem seems we add dependencies directly to that configuration. I applied a workaround to let ``internalClusterTestApiElement` extendFrom a configuration and add the deps thereJustin Van Dort
01/04/2023, 3:43 PMJustin Van Dort
01/04/2023, 3:47 PMJustin Van Dort
01/04/2023, 6:27 PMinternalClusterTest
used as a feature variant or test fixture?Justin Van Dort
01/04/2023, 8:17 PMmelix
01/04/2023, 8:18 PMbut you did not respond there.Ah dang, why don't I get any notification from the gradle repo? 😞 I will come back to you
Tom Tresansky
01/04/2023, 8:54 PMJustin Van Dort
01/05/2023, 6:05 PM