-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[java-generator] - Gradle plugin #5090
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
Conversation
7e699e2
to
85695dd
Compare
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.
...erator/it/src/test/java/io/fabric8/java/generator/gradle/plugin/ITGradleRunnerExtension.java
Outdated
Show resolved
Hide resolved
...ugin/src/main/java/io/fabric8/java/generator/gradle/plugin/JavaGeneratorPluginExtension.java
Outdated
Show resolved
Hide resolved
java-generator/it/src/it/plugin/gradle/simple/expected/ActiveMQArtemisSpec.expected
Outdated
Show resolved
Hide resolved
...ugin/src/main/java/io/fabric8/java/generator/gradle/plugin/JavaGeneratorPluginExtension.java
Outdated
Show resolved
Hide resolved
6273aa7
to
8e65f8e
Compare
...ugin/src/main/java/io/fabric8/java/generator/gradle/plugin/JavaGeneratorPluginExtension.java
Outdated
Show resolved
Hide resolved
java-generator/it/src/test/java/io/fabric8/java/generator/gradle/plugin/SimpleIT.java
Outdated
Show resolved
Hide resolved
...ugin/src/main/java/io/fabric8/java/generator/gradle/plugin/JavaGeneratorPluginExtension.java
Outdated
Show resolved
Hide resolved
...generator/it/src/main/java-templates/io/fabric8/java/generator/testing/GradleProperties.java
Show resolved
Hide resolved
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.
A last round of minor comments and is good to go! Thanks again @fabiobrz !
7970d58
to
bb51a07
Compare
…adel plugin implementation
bb51a07
to
0f70512
Compare
Hi @andreaTP - I added one unit test, at least for the plugin class itself, and some documentation. I hope I addressed all the concerns you pointed out. Marking the PR as ready. Feel free to let me know in case you have additional thoughts. |
SonarCloud Quality Gate failed. |
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.
Amazing work LGTM, thanks a lot @fabiobrz !
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, thx!
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, thx!
Description
Adding a basic implementation for a Java Generator Gradle plugin
FYI @andreaTP
Fix #4829
Type of change
test, version modification, documentation, etc.)
Checklist