mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Removed the third-party section of build file
This commit is contained in:
parent
c513f38051
commit
e52e02d8d4
@ -20,11 +20,7 @@
|
||||
<ivy:retrieve conf="experimental" pattern="${basedir}/release/modules/ext/[artifact]-[revision](-[classifier]).[ext]" />
|
||||
</target>
|
||||
|
||||
<target name="get-thirdparty-dependencies">
|
||||
|
||||
</target>
|
||||
|
||||
<target name="retrieve-all" depends="resolve, get-thirdparty-dependencies">
|
||||
<target name="retrieve-all" depends="resolve">
|
||||
<ivy:retrieve conf="*" pattern="${basedir}/release/modules/ext/[artifact]-[revision](-[classifier]).[ext]" />
|
||||
</target>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user