blob: 816a01c82967d4c884d34223e9682870ad9d1919 [file] [log] [blame]
apply plugin: 'java'
apply plugin: 'distrib'
group = 'com.android.tools'
archivesBaseName = 'archquery'
// configure the manifest of the buildDistributionJar task.
buildDistributionJar.manifest.attributes("Main-Class": "com.android.archquery.Main")
apply from: '../../baseVersion.gradle'