"intellij.grazie"
]
protected static final Map<String, String> CE_CLASS_VERSIONS = [
- "" : "1.8",
+ "" : "11",
"lib/idea_rt.jar" : "1.6",
"lib/forms_rt.jar" : "1.6",
"lib/annotations.jar" : "1.6",
ant.move(file: "$coreArtifactDir/annotations-java5.jar", tofile: "$coreArtifactDir/annotations.jar")
buildContext.notifyArtifactBuilt(coreArtifactDir)
- new ClassVersionChecker(["": "1.8"]).checkVersions(buildContext, new File(coreArtifactDir))
+ new ClassVersionChecker(["": "1.8", "intellij-core-analysis-deprecated.jar": "11"]).checkVersions(buildContext, new File(coreArtifactDir))
def intellijCoreZip = "${buildContext.paths.artifacts}/intellij-core-${buildContext.buildNumber}.zip"
ant.zip(destfile: intellijCoreZip) {