Skip to content

Instantly share code, notes, and snippets.

@bowserf
Last active March 30, 2023 19:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bowserf/1aba9546399af1c11d6754ed81ed7a71 to your computer and use it in GitHub Desktop.
Save bowserf/1aba9546399af1c11d6754ed81ed7a71 to your computer and use it in GitHub Desktop.
tasks.register<BundleReleaseFilesTask>("bundleReleaseFiles") {
rootProject.set(File("."))
appVersion.set("1.00.00")
outputDirectory.set(File("build/outputs"))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment