mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
added jna.jar to classpath to fix ReorderJars task
This commit is contained in:
@@ -402,6 +402,7 @@ def reorder(String home, String targetDirectory) {
|
||||
arg(value: "$home/lib")
|
||||
classpath {
|
||||
pathelement(location: util.output)
|
||||
pathelement(location: "$home/lib/jna.jar")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -49,6 +49,7 @@
|
||||
<arg value="${project.home}/lib"/>
|
||||
<classpath>
|
||||
<pathelement location="${modules.output}/production/util"/>
|
||||
<pathelement location="${project.home}/lib/jna.jar"/>
|
||||
</classpath>
|
||||
</java>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user