Fix developer organization in pom, make artifact manifests same as in libraries

This commit is contained in:
Ilya Gorbunov
2017-09-16 08:44:24 +03:00
committed by Ilya Chernikov
parent d441f7ad9a
commit 4a3c8286a3
4 changed files with 10 additions and 36 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ val packCompiler by task<ShadowJar> {
destinationDir = File(buildDir, "libs")
dependsOn(protobufFullTask)
setupPublicJar("before-proguard", "")
setupPublicJar("before-proguard")
from(fatJarContents)
ideaSdkDeps("jps-model.jar", subdir = "jps").forEach { from(zipTree(it)) { exclude("META-INF/services/**") } }
ideaSdkDeps("oromatcher").forEach { from(zipTree(it)) { exclude("META-INF/jb/** META-INF/LICENSE") } }