You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* Action has to run after the base dir preprocessing,
91
+
* as runFileAction locks the file, and base dir preprocessing silently would fail*/
92
+
if (action != null) {
93
+
System.out.println(String.format("into version %s%s%s", CYAN, masterVersionName, WHITE));
94
+
TaskPreprocessWatch.runFileAction(action);
95
+
}
85
96
} catch (MalformedInputExceptione) {
86
97
Discombobulator.printError(String.format("Can't process file, probably not a text file...\n Maybe add ignoredFileFormats = [\"*.%s\"] to the build.gradle?", extension), path.getFileName().toString());
0 commit comments