-
-
Notifications
You must be signed in to change notification settings - Fork 764
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
Maven to Gradle Migration #442
Maven to Gradle Migration #442
Conversation
@TikhomirovSergey FYI :) |
@bootstraponline You can also join this PR :) |
} | ||
|
||
dependencies { | ||
ecj 'org.eclipse.jdt.core.compiler:ecj:4.4' |
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.
How about v4.5.1?
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, i will update it.
version updates Changes as per latest pom.xml Added pom.xml and updated eclipse compiler dependency
@SrinivasanTarget PS: Don't forget to rename |
Ok @TikhomirovSergey I will look into it today |
…migration The addition to #442
Change list
Maven to Gradle Migration
Types of changes
What types of changes are you proposing/introducing to Java client?
Put an
x
in the boxes that applyDetails
We will be using Gradle to build instead of Maven from our next release.Details are here:
#214