mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-02-16 07:30:16 +00:00
testJar and integrationTestJar task now produce jar files with different names
This commit is contained in:
parent
7baa82a53a
commit
77d711dbce
@ -110,12 +110,12 @@ configurations {
|
||||
}
|
||||
|
||||
task testJar(type: Jar) {
|
||||
classifier "test"
|
||||
classifier "test" // value part of file name
|
||||
from sourceSets.test.output
|
||||
}
|
||||
|
||||
task integrationTestJar(type: Jar) {
|
||||
classifier "test"
|
||||
classifier "integrationTest" // value part of file name
|
||||
from sourceSets.integrationTest.output
|
||||
}
|
||||
artifacts {
|
||||
|
Loading…
Reference in New Issue
Block a user