Fix developer organization in pom, make artifact manifests same as in libraries
This commit is contained in:
committed by
Ilya Chernikov
parent
d441f7ad9a
commit
4a3c8286a3
@@ -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") } }
|
||||
|
||||
Reference in New Issue
Block a user