blob: 75417072db212d23e17cd0056b4800c1e8b4bb55 [file] [log] [blame]
apply plugin: 'java'
apply plugin: 'distrib'
dependencies {
compile project(':fat32lib')
}
group = 'com.android.tools.build'
archivesBaseName = 'jobb'
// configure the manifest of the buildDistributionJar task
buildDistributionJar.manifest.attributes("Main-Class": "com.android.jobb.Main")
shipping {
launcherScripts = ['etc/jobb', 'etc/jobb.bat']
}
apply from: '../baseVersion.gradle'