### Running the client entry point with Gradle Source: https://github.com/2004scape/client/blob/lastmain/README.md Executes the specific Gradle task to run only the client application, useful when multiple entry points exist. ```shell gradle client:run ``` -------------------------------- ### Running the mapview entry point with Gradle Source: https://github.com/2004scape/client/blob/lastmain/README.md Executes the specific Gradle task to run only the mapview application, useful when multiple entry points exist. ```shell gradle mapview:run ``` -------------------------------- ### Running the default Gradle task Source: https://github.com/2004scape/client/blob/lastmain/README.md Executes the default Gradle task, which might run multiple entry points sequentially if not specified otherwise. ```shell gradle run ``` -------------------------------- ### Generating map signature for Mapview with Gradle Source: https://github.com/2004scape/client/blob/lastmain/README.md Runs a Gradle task to generate a signature for the worldmap.jag file, which is a required step before running the mapview applet. ```shell gradle mapSig --args="worldmap.jag" ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.