-
Notifications
You must be signed in to change notification settings - Fork 291
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
Setting up Utility classes with Gradle build #5750
Conversation
Ensure equipment and OUL get generated for packages.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5750 +/- ##
============================================
- Coverage 29.08% 29.08% -0.01%
- Complexity 13901 13906 +5
============================================
Files 2507 2507
Lines 266110 266160 +50
Branches 47579 47586 +7
============================================
+ Hits 77404 77409 +5
- Misses 184786 184836 +50
+ Partials 3920 3915 -5 ☔ View full report in Codecov by Sentry. |
fixed workflows for boards and name changes
Updated Logger to remove verbose Removed a few additional warning levels
Moved to MMLogger Added to build.gradle Added option to choose output file name
Cleaned up TechLevelCompareTool
Fixed 2 data issues with bad unicode chars.
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.
Isn't this a generated file? This change would get overwritten when generated right?
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.
It gets updated when Gradle gets updated, no other time.
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.
This looks good, (I'm assuming the gradlew
file only gets generated on project creation - so that should be good.)
Allow using Gradle to handle utilities classes for use.
Updated Gradle to 8.9
Removed a deprecation related to testing frameworks.
Removed build scripts no longer needed (replaced by build command)
Added output of mm-revision.txt file
Re-added Launch4J ini file.