Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[scala3] Use standard project structure #505

Merged
merged 2 commits into from
Jan 10, 2024

Conversation

RustedBones
Copy link
Contributor

@RustedBones RustedBones commented Jan 9, 2024

Use a standard project structure. Would help with #499, to add a test/src/test/scalajvm test source folder for test3 project only

From

src/
  core/
  examples/
  test/
  test-enum/ <-- was no referenced by build

to

core/src/main/scala/magnolify1/
examples/src/main/scala/magnolify1/examples/
test/src/test/
  java/magnolify1/tests/
  scala/magnolify1/tests/

@adamw adamw merged commit b5f2e6f into softwaremill:scala3 Jan 10, 2024
4 checks passed
@adamw
Copy link
Member

adamw commented Jan 10, 2024

Thanks!

@RustedBones RustedBones deleted the project-structure branch January 10, 2024 13:55
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.

2 participants