Skip to content

Commit

Permalink
[MSHADE-339] use "test-jar" type with its default classifier
Browse files Browse the repository at this point in the history
more concise than using "jar" type with "tests" classifier
  • Loading branch information
peterdemaeyer authored and hboutemy committed Feb 3, 2020
1 parent 069c7c9 commit 85509b1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -579,7 +579,7 @@ else if ( !renamed )

replaceFile( shadedTests, testJar );

projectHelper.attachArtifact( project, "jar", "tests", shadedTests );
projectHelper.attachArtifact( project, "test-jar", shadedTests );
}

if ( createTestSourcesJar )
Expand Down

0 comments on commit 85509b1

Please sign in to comment.