Skip to content

Instantly share code, notes, and snippets.

@kareblak
Created August 8, 2014 11:46
Show Gist options
  • Save kareblak/db44c2a80c2905c1a3bd to your computer and use it in GitHub Desktop.
Save kareblak/db44c2a80c2905c1a3bd to your computer and use it in GitHub Desktop.
useGpg := true
appAssemblerSettings
appOutput in App := target.value / "appmgr" / "root"
appmgrSettings
appmgrOutputFile in Appmgr := target.value / "%s-appmgr.zip".format(name.value)
appmgrBuild <<= appmgrBuild.dependsOn(appAssemble)
clean <<= clean.dependsOn(clean in App)
aetherArtifact <<= (aetherArtifact, appmgrBuild) map { (art, file) =>
art.attach(file, "appmgr", "zip")
}
appAssemblerSettings
appmgrSettings
aetherPublishSignedSettings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment