-
Notifications
You must be signed in to change notification settings - Fork 0
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
#89 refactor project structure and sbt files #90
#89 refactor project structure and sbt files #90
Conversation
JaCoCo code coverage report - scala:2.12.17
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still seeing:
publish / skip := true
- ThisBuild / homepage still commented out
build.sbt
Outdated
webappWebInfClasses := true, | ||
inheritJarManifest := true, | ||
// No need to publish the service | ||
publish / skip := true, | ||
javacOptions ++= Seq("-source", "1.8", "-target", "1.8", "-Xlint"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about saving these javacOptions to a (lazy) val
and reusing it everywhere?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes LGTM, just please make sure that we have everything covered from Sasa's list in #89
Did a few changes that were mentioned by Sasa for sbt formatting and useage. Most Suggestions were minor and implemented in previous commits.
-This branch contains the larger change of refactoring the directory name (Not large in scope but changes may be difficult to review if it was baked into another branch)
Also minor change of removing parent module value and assigning those settings globally.
Closes #89