Skip to content

Commit 16bc22d

Browse files
committed
chore: should be commented
1 parent 06dfc73 commit 16bc22d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/gradle-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ task addDependenciesFromNativeScriptPlugins {
333333
jarFiles.each { jarFile ->
334334
def jarFileAbsolutePath = jarFile.getAbsolutePath()
335335
outLogger.withStyle(Style.SuccessHeader).println "\t + adding jar plugin dependency: $jarFileAbsolutePath"
336-
pluginsJarLibraries.add(jarFile.getAbsolutePath())
336+
// pluginsJarLibraries.add(jarFile.getAbsolutePath())
337337
}
338338

339339
project.dependencies.add("implementation", jarFiles)

0 commit comments

Comments
 (0)