Build: Add compiler.version to embedded in JPS sync

This commit is contained in:
Vyacheslav Gerasimov
2020-02-29 19:12:09 +03:00
parent 1cb52861b1
commit 7c7245fbb9
+1
View File
@@ -25,6 +25,7 @@ if (kotlinBuildProperties.isInJpsBuildIdeaSync) {
extendsFrom(fatJarContents)
extendsFrom(fatJarContentsStripMetadata)
extendsFrom(fatJarContentsStripServices)
extendsFrom(compilerVersion)
}
}