Fix after review

This commit is contained in:
Ilya Chernikov
2017-12-11 22:34:04 +01:00
committed by Vyacheslav Gerasimov
parent fbbece3c86
commit 05f0978865
7 changed files with 8 additions and 19 deletions
@@ -37,7 +37,6 @@ val prepare by task<ShadowJar> {
from(baseProtobuf.files.find { it.name.startsWith("protobuf-java") }?.canonicalPath)
relocate("com.google.protobuf", "org.jetbrains.kotlin.protobuf" ) {
// TODO: remove "it." after #KT-12848 get addressed
exclude("META-INF/maven/com.google.protobuf/protobuf-java/pom.properties")
}
addArtifact("archives", this, this)