-
Notifications
You must be signed in to change notification settings - Fork 1
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
Migration to building with Gradle, remove UI and documentation bundles/build #11
Conversation
ING-4375 BREAKING CHANGE: Core libraries are now no longer part of the hale studio repository but were moved to this repository (hale-core).
This fix is required to load plugin.xml files when running unit tests for the same project. Otherwise the project would not load because no MANIFEST.MF file can be located.
This PR cannot be merged yet because a required label is missing: |
a08e817
to
b2c2346
Compare
66c47a7
to
55c9803
Compare
id 'hale.common' | ||
} | ||
|
||
spotless { | ||
java { | ||
importOrder() |
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.
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.
Sure, fine for me.
|
||
spotless { | ||
groovy { | ||
importOrder() |
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.
While not restoring original behaviour, we could use importOrder('groovy', 'java', 'javax', 'org', 'com', '')
here to align it with the Java import order I suggested below.
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.
Sure, fine for me.
@stempler I prepared the changes to the |
@florianesser Should work now |
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.
LGTM
ING-4375
ING-4375
...for Java and Groovy sources.
... to drastically increase performance of updates for individual files.
Greatly reduces configuration time when running tasks on specific subprojects.
7706a5a
to
7143d7e
Compare
@florianesser I rebased your changes on top of the first time applying the formatting, so we don't have import changes in between. Would merge once the checks are successful. |
I added the |
🎉 This PR is included in version 6.0.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
No description provided.