-
Notifications
You must be signed in to change notification settings - Fork 344
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
Bring Gradle to java-10 #138
Comments
Curretly, the gradle branch is in-sync with the java-10 branch. Next step should be effectively updating gradle script to build and test JPF |
Is it possible to configure the diff such that some lines are ignored? |
I used this online tool because it was better to visualize the difference.
I can remove the elapsed time to avoid noise and try again with the command
line tool and the "-I" option.
On Aug 2, 2018 11:48 AM, "cyrille-artho" <[email protected]> wrote:
Is it possible to configure the diff such that some lines are ignored?
Normal diff has the -I option for this.
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#138 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACH1gH6006hMirsYaBo-SlwA2DLDFgBZks5uMxE4gaJpZM4VsSLn>
.
|
Hi @jeandersonbc. It is good to hear that the two branches are in sync. Here is a diff which shows all the changes that we've made to build.xml since the initial commit. It might be of help. |
I uploaded both logs without the @cyrille-artho I ran
For reference: https://gist.github.com/jeandersonbc/a38250fc22b6228018a9a25b8603dff1#file-sdiff-output I believe I'm good to go. I will keep working on the gradle branch but keeping it in sync with java-10 for future merge. |
These files are temporary. I added temporarly to create a Java 10 sandbox help me with the Gradle support.
Resolved as part of PR#210. |
As Gradle is now the standard build tool for JPF, the future release (Java 10) must have Gradle support as well.
The text was updated successfully, but these errors were encountered: