We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16bc22d commit dc50c28Copy full SHA for dc50c28
vendor/gradle-plugin/build.gradle
@@ -329,7 +329,7 @@ task addDependenciesFromNativeScriptPlugins {
329
project.dependencies.add("implementation", [name: fileName, ext: "aar"])
330
}
331
332
- def jarFiles = fileTree(dir: getDepPlatformDir(dep), include: ["**/*.jar"])
+ def jarFiles = fileTree(dir: getDepPlatformDir(dep), include: ["*.jar"])
333
jarFiles.each { jarFile ->
334
def jarFileAbsolutePath = jarFile.getAbsolutePath()
335
outLogger.withStyle(Style.SuccessHeader).println "\t + adding jar plugin dependency: $jarFileAbsolutePath"
0 commit comments