Build and Package an Extension

Run the gradlew clean build command to build and package an extension into a ZIP file. You upload this file to your Oracle Analytics production environment, or to your Oracle Analytics Desktop test environment.

After you run the command, Oracle Analytics Desktop adds a build directory to your development environment, for example C:/PLUGIN_DEV_DIR/build/distributions. This directory contains a ZIP file for each extension in your development directory.
  1. Navigate to your development directory and run the gradlew clean build command. For example,
    cd $PLUGIN_DEV_DIR
    ./gradlew clean build