opentripplanner / OpenTripPlanner

An open source multi-modal trip planner
http://www.opentripplanner.org
Other
2.22k stars 1.03k forks source link

schema.graphqls got regenerated with different empty lines every time doing mvn package on Windows #6196

Open miklcct opened 2 weeks ago

miklcct commented 2 weeks ago

NOTE: this issue system is intended for reporting bugs and tracking progress in software development. For all other usage and software development questions or discussion, please post a question in our chat room: https://gitter.im/opentripplanner/OpenTripPlanner.

Expected behavior

The build script generates schema.graphqls exactly to the repo when building

Observed behavior

The build script generates schema.graphqls with a different number of empty lines to the repo

Version of OTP used (exact commit hash or JAR name)

2.7.0-SNAPSHOT

Data sets in use (links to GTFS and OSM PBF files)

not relevant

Command line used to start OTP

not relevant

Router config and graph build config JSON

not relevant

Steps to reproduce the problem

Run mvn package on Windows directly from a cloned repository.

miklcct commented 6 days ago

Upstream issue:

https://github.com/graphql-java/graphql-java/issues/2973