Publishing
The plugin adds the submitForReview task to the root project. This task scans each project with the plugin applied and performs the following tasks in order:
Deletes any previous submission bundles or generated manifests
Generates manifests as declared by the
manifestsblock of each projectScans and validates any manually produced manifests
Bundles all source code, resources and manifests into the root project build directory
Submits the source bundle to the store for review and publication
This requires the submissionToken to be set (see the Configuration section). The best way to do this is to add a property called runemateSubmissionToken in $USER_HOME/.gradle/gradle.properties:
runemateSubmissionToken=YOUR_TOKENThe submission token itself can be acquired from the RuneMate Developer panel.
Last updated