We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c51b6 commit a14ea6fCopy full SHA for a14ea6f
src/it/projects/dependency-sets/multiple-wildcard-includes/verify.groovy
@@ -20,5 +20,5 @@
20
def wagonProviderJar = new File( basedir, 'target/massembly-241-1-bin/maven-libs/wagon-provider-api-1.0-beta-4.jar' )
21
assert wagonProviderJar.exists() : 'Wagon provider jar is missing (should be included via include wildcard pattern).'
22
23
-def reportingImplJar = new File( basedir, 'target/massembly-241-1-bin/maven-libs/maven-reporting-impl-3.0.0jar' )
+def reportingImplJar = new File( basedir, 'target/massembly-241-1-bin/maven-libs/maven-reporting-impl-3.0.0.jar' )
24
assert reportingImplJar.exists() : 'Reporting implementation jar is missing (should be included via include wildcard pattern).'
0 commit comments