Skip to content
Snippets Groups Projects

Use a local publish.gradle

Merged Nicolas Pomepuy requested to merge Aza/libvlcjni:publish_script into master
3 files
+ 30
2
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -114,4 +114,4 @@ def vlcRevision() {
return vlc.toString()
}
if (rootProject.hasProperty('publishScriptPath')) apply from: "$rootProject.ext.publishScriptPath"
\ No newline at end of file
apply from: "../publish.gradle"
\ No newline at end of file
Loading