FIR: Disable java tracking in FIR IC
until it is properly implemented, fixes some IC tests for now, making it less pecise
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ fun makeIncrementally(
|
||||
cachesDir,
|
||||
buildReporter,
|
||||
// Use precise setting in case of non-Gradle build
|
||||
usePreciseJavaTracking = true,
|
||||
usePreciseJavaTracking = !args.useFir, // TODO: add fir-based java classes tracker when available and set this to true
|
||||
outputFiles = emptyList(),
|
||||
buildHistoryFile = buildHistoryFile,
|
||||
modulesApiHistory = EmptyModulesApiHistory,
|
||||
|
||||
Reference in New Issue
Block a user