mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Add all library jars
This commit is contained in:
@@ -44,7 +44,7 @@ abstract class DependenciesTask: DefaultTask() {
|
||||
library.jars.forEach { jar ->
|
||||
jar.classes.forEach { className ->
|
||||
if (className.startsWith(statement)) {
|
||||
dependencies.add(jar.path)
|
||||
dependencies.addAll(library.jars.map { it.path } )
|
||||
return@import
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user