IDEA-65343: Add Option to Force Clean Artifact build

This commit is contained in:
nik
2011-04-21 15:37:17 +04:00
parent 2369ef4496
commit 6782eab93b
6 changed files with 186 additions and 67 deletions
@@ -46,4 +46,7 @@ public interface Artifact extends UserDataHolder {
@Nullable
VirtualFile getOutputFile();
@Nullable
String getOutputFilePath();
}