-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Added configDir to AugmentPhase #1688
Conversation
The CI failures seem related:
|
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.
Just one remark about the javadoc. Thanks!
@@ -131,6 +132,18 @@ public AugmentPhase setWiringClassesDir(Path wiringClassesDir) { | |||
return this; | |||
} | |||
|
|||
/** | |||
* The directory for generated classes. If none is set by the user, | |||
* wiring-classes directory will be created in the work directory of the creator. |
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 needs to be re-written for configDir.
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.
thanks, fixed it and added a check if configDir is null just to be sure.
…application.properties now
I'd normally ask for a test in this case.. but since I have some work in the IT area I'm happy there aren't as they would conflict with my work :) Let's remember to add some related tests later. |
Adding a non-regression test for whatever this fixed would probably be relatively trivial after #1985 has been merged... you could just add a |
Gradle built runners should include application.properties now. Fixes #1645