We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72a31dd commit 68084c3Copy full SHA for 68084c3
buildSrc/src/main/kotlin/datadog/gradle/plugin/instrument/InstrumentPlugin.kt
@@ -245,7 +245,7 @@ abstract class InstrumentAction : WorkAction<InstrumentWorkParameters> {
245
pluginCL = classLoaderCache[classLoaderKey]
246
if (lastBuildStamp < buildStamp || pluginCL == null) {
247
pluginCL = createClassLoader(parameters.pluginClassPath)
248
- classLoaderCache[classLoaderKey] = pluginCL
+ classLoaderCache[classLoaderKey] = pluginCL!!
249
lastBuildStamp = buildStamp
250
}
251
0 commit comments