mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-10 06:27:59 -05:00
testJar and integrationTestJar task now produce jar files with different names
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user