Build: Add test for dist artifacts manifests and compiler.version

This commit is contained in:
Vyacheslav Gerasimov
2020-03-01 16:51:47 +03:00
parent ebb75813f9
commit b3f16cfc96
2 changed files with 89 additions and 0 deletions
+1
View File
@@ -148,6 +148,7 @@ rootProject.apply {
from(rootProject.file("gradle/report.gradle.kts"))
from(rootProject.file("gradle/javaInstrumentation.gradle.kts"))
from(rootProject.file("gradle/jps.gradle.kts"))
from(rootProject.file("gradle/checkArtifacts.gradle.kts"))
}
IdeVersionConfigurator.setCurrentIde(project)