Skip to content

Flatten project layout: move Gradle project to repo root#9

Merged
syncended merged 1 commit intomainfrom
chore/flatten-project-layout
Apr 26, 2026
Merged

Flatten project layout: move Gradle project to repo root#9
syncended merged 1 commit intomainfrom
chore/flatten-project-layout

Conversation

@syncended
Copy link
Copy Markdown
Owner

Summary

  • Move the inner yapi/ Gradle project (build files, wrapper, cli module) up to the repo root.
  • Drop the inner .gitignore — the root .gitignore already covers .gradle/, build/, .idea/, *.iml, etc.
  • Update .github/workflows/build.yml to remove defaults.run.working-directory: yapi so CI runs ./gradlew build at the new root.

Test plan

  • ./gradlew build passes locally at repo root.
  • CI Build workflow passes on this PR.

Move the inner yapi/ Gradle project up one level so the repo root
is the project root. Drop the inner .gitignore (root .gitignore covers it)
and update the build workflow to drop working-directory: yapi.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@syncended syncended merged commit 56bee56 into main Apr 26, 2026
1 check passed
@syncended syncended deleted the chore/flatten-project-layout branch April 26, 2026 23:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant