sbt/notes
Michael Pollmeier 4668faff7c
don't require publishTo specified if publishArtifact is `false`
Even with `publishArtifact := false` the user is still forced to define a (dummy) resolver that's never used, e.g. `publishTo := { Some("publishMeNot" at "https://publish/me/not") }`

Otherwise the following error is thrown:
```
publish
[error] java.lang.RuntimeException: Repository for publishing is not specified.
[error]         at scala.sys.package$.error(package.scala:27)
[error]         at sbt.Classpaths$.$anonfun$getPublishTo$1(Defaults.scala:2436)
[error]         at scala.Option.getOrElse(Option.scala:121)
[error]         at sbt.Classpaths$.getPublishTo(Defaults.scala:2436)
[error]         at sbt.Classpaths$.$anonfun$ivyBaseSettings$48(Defaults.scala:1917)
```
2017-12-15 10:53:29 +00:00
..
1.0.2 notes 2017-09-16 02:37:30 -04:00
1.2.0 don't require publishTo specified if publishArtifact is `false` 2017-12-15 10:53:29 +00:00
0.10.0.markdown Reorganize directory structure 2016-05-06 16:01:49 -04:00
0.10.1.markdown Reorganize directory structure 2016-05-06 16:01:49 -04:00
0.11.0.markdown Reorganize directory structure 2016-05-06 16:01:49 -04:00
0.11.3.markdown Reorganize directory structure 2016-05-06 16:01:49 -04:00
0.13.6.markdown Fix typos in notes 2015-01-24 13:45:15 -05:00
0.13.7.markdown Fix typos in notes 2015-01-24 13:45:15 -05:00
0.13.8.markdown spelling: dependencies 2017-01-20 08:13:00 +00:00
0.13.9.markdown spelling: undefined 2017-01-20 08:30:01 +00:00
0.13.11.markdown spelling: dependent 2017-01-20 08:13:17 +00:00
0.13.12.markdown Move release notes 2017-01-15 05:59:51 -05:00
0.13.13.markdown Move release notes 2017-01-15 05:59:51 -05:00
0.13.14.markdown Write sbt.version to project/build.properties 2017-04-04 18:46:24 -04:00
0.13.16.markdown Cleans up notes 2017-08-12 01:49:49 -04:00
1.0.0.markdown "dreprecations" 2017-08-15 13:56:35 -07:00
1.0.1.markdown Mention #3481 2017-08-28 13:23:53 -04:00
1.0.2.markdown contributors 2017-09-16 20:32:33 -04:00
1.0.3.markdown notes for 1.0.3 2017-10-26 22:39:35 -04:00
1.0.4.markdown notes 2017-11-25 05:26:51 -05:00
1.1.0.markdown more notes 2017-11-30 00:01:33 -05:00
about.markdown notes 2014-09-13 15:37:00 -04:00