mirror of https://github.com/sbt/sbt.git
Make ScmInfo devConnection default to None
This commit is contained in:
parent
3244e67040
commit
80715dfb57
|
|
@ -578,9 +578,9 @@
|
|||
"type": "record",
|
||||
"doc": "Basic SCM information for a project module",
|
||||
"fields": [
|
||||
{ "name": "browseUrl", "type": "java.net.URL" },
|
||||
{ "name": "connection", "type": "String" },
|
||||
{ "name": "devConnection", "type": "String?" }
|
||||
{ "name": "browseUrl", "type": "java.net.URL" },
|
||||
{ "name": "connection", "type": "String" },
|
||||
{ "name": "devConnection", "type": "String?", "default": "None", "since": "0.0.1" }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue