Fixed jar manifest building (compile to implementation side effect.)
This commit is contained in:
parent
4aa8cc2df6
commit
b4345015c3
6 changed files with 10 additions and 10 deletions
|
@ -121,7 +121,7 @@ javadoc {
|
|||
|
||||
jar {
|
||||
manifest.attributes('Main-Class': mainClassName,
|
||||
'Class-Path': '. ./lib/' + configurations.compile.collect { it.getName() }.join(' ./lib/'))
|
||||
'Class-Path': '. ./lib/' + configurations.runtimeClasspath.collect { it.getName() }.join(' ./lib/'))
|
||||
archiveVersion.set("")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue