Build: Update ospackage gradle plugin

The older version did not support signing of the packages.
This commit is contained in:
Alexander Reelsen 2016-03-21 15:38:01 +01:00
parent 000e419795
commit 4ac4f3c8bc
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ buildscript {
}
}
dependencies {
classpath 'com.netflix.nebula:gradle-ospackage-plugin:3.1.0'
classpath 'com.netflix.nebula:gradle-ospackage-plugin:3.4.0'
}
}