Do not use libraryJarWithoutIr as runtime output artifact

This avoids having both libraryJarWithoutIr and default jar artifact,
which points to the same path as libraryJarWithIr, in the dependent
projects' classpath.
Use libraryJarWithIr instead.
For local builds where libraryJarWithIr doesn't contain any IR, this
should have the same effect.
This commit is contained in:
Ilya Gorbunov
2020-01-15 21:52:25 +03:00
parent 3fabf9b6ad
commit e9cea3358d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -370,7 +370,7 @@ task distSourcesJar(type: Jar) {
artifacts {
runtime libraryJarWithoutIr
runtime libraryJarWithIr
archives libraryJarWithIr
archives sourcesJar
sources sourcesJar