in src/main/groovy/org/jetbrains/gradle/ext/IdeArtifacts.groovy [461:468]
void createArtifact() {
if (artifact == null) {
project.logger.warn("artifact not specified for task ${this.name}")
return
}
artifact.buildTo(getOutputDirectory())
}