Skip to content

Commit 68084c3

Browse files
Minor
1 parent 72a31dd commit 68084c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/datadog/gradle/plugin/instrument/InstrumentPlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ abstract class InstrumentAction : WorkAction<InstrumentWorkParameters> {
245245
pluginCL = classLoaderCache[classLoaderKey]
246246
if (lastBuildStamp < buildStamp || pluginCL == null) {
247247
pluginCL = createClassLoader(parameters.pluginClassPath)
248-
classLoaderCache[classLoaderKey] = pluginCL
248+
classLoaderCache[classLoaderKey] = pluginCL!!
249249
lastBuildStamp = buildStamp
250250
}
251251
}

0 commit comments

Comments
 (0)