Changes: - Rename app/ directory to jrunner/ (preserves git history) - Update settings.gradle to reference jrunner module - Update readme.md with new paths (jrunner/build/, /opt/jrunner) - Update CLAUDE.md documentation with new file paths Build outputs now named jrunner.zip, jrunner.jar, bin/jrunner instead of generic "app" names. This makes the project structure clearer and aligns module name with project name. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
12 lines
375 B
Groovy
12 lines
375 B
Groovy
/*
|
|
* This file was generated by the Gradle 'init' task.
|
|
*
|
|
* The settings file is used to specify which projects to include in your build.
|
|
*
|
|
* Detailed information about configuring a multi-project build in Gradle can be found
|
|
* in the user manual at https://docs.gradle.org/7.5.1/userguide/multi_project_builds.html
|
|
*/
|
|
|
|
rootProject.name = 'jrunner'
|
|
include('jrunner')
|