master has the following warning when I build: ```...
# contributing-to-airbyte
m
master has the following warning when I build:
Copy code
> Task :dataline-api:generateApiDocs
'scheme' not defined in the spec (2.0). Default to [http] for server URL [<http://localhost:8001>]
'scheme' not defined in the spec (2.0). Default to [http] for server URL [<http://localhost:8001>]
'scheme' not defined in the spec (2.0). Default to [http] for server URL [<http://localhost:8001>]
'scheme' not defined in the spec (2.0). Default to [http] for server URL [<http://localhost:8001>]
'scheme' not defined in the spec (2.0). Default to [http] for server URL [<http://localhost:8001>]
'scheme' not defined in the spec (2.0). Default to [http] for server URL [<http://localhost:8001>]
'scheme' not defined in the spec (2.0). Default to [http] for server URL [<http://localhost:8001>]
'scheme' not defined in the spec (2.0). Default to [http] for server URL [<http://localhost:8001>]
'scheme' not defined in the spec (2.0). Default to [http] for server URL [<http://localhost:8001>]
'scheme' not defined in the spec (2.0). Default to [http] for server URL [<http://localhost:8001>]
'scheme' not defined in the spec (2.0). Default to [http] for server URL [<http://localhost:8001>]
'scheme' not defined in the spec (2.0). Default to [http] for server URL [<http://localhost:8001>]
'scheme' not defined in the spec (2.0). Default to [http] for server URL [<http://localhost:8001>]
u
looks like changing
u
Copy code
servers:
  - url: "localhost:8001"
u
to
u
Copy code
servers:
  - url: "<http://localhost:8001>"