-
Notifications
You must be signed in to change notification settings - Fork 17
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
Use extension functions to configure subprojects #1014
Conversation
PawelLipski
commented
Jul 29, 2022
•
edited
Loading
edited
54c3b36
to
2e24486
Compare
d5a7741
to
4c3ddfd
Compare
2e24486
to
dc819a8
Compare
4c3ddfd
to
49d2b53
Compare
dc819a8
to
56245d8
Compare
@@ -1,12 +1,10 @@ | |||
import com.virtuslab.gitmachete.buildsrc.BuildUtils | |||
import com.virtuslab.gitmachete.buildsrc.* | |||
|
|||
plugins { | |||
`java-library` | |||
`java-test-fixtures` | |||
} | |||
|
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.
lombok() |
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.
Lombok stays in this module, 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.
Oh, but it's only in testFixtures NVM then. No fix needed here.
49d2b53
to
49c624c
Compare
56245d8
to
51a8671
Compare
49c624c
to
05a4775
Compare
51a8671
to
1284e6c
Compare
05a4775
to
dff5a0b
Compare
1284e6c
to
666b5c8
Compare