Commit Graph

76 Commits

Author SHA1 Message Date
Alexandre Archambault 334cc1b01a Address some compilation warnings 2017-05-16 17:05:32 +02:00
Alexandre Archambault 688e5342f1 Add more refined typelevel test
Fixes https://github.com/coursier/coursier/issues/536
2017-05-12 00:00:14 +02:00
Alexandre Archambault 86f06a14a8 Fix scripted tests in sbt 1.0 2017-05-04 14:34:00 +02:00
Alexandre Archambault 6b3c763874 Dummy refacto 2017-05-03 19:11:10 +02:00
Alexandre Archambault 1ad06cf407 Cross-compile plugins for sbt 1.0.0-M5 2017-05-03 19:11:10 +02:00
Alexandre Archambault 14fd1997aa Merge pull request #528 from coursier/fix/compilation-warnings
Fix compilation warnings
2017-05-03 10:11:22 +02:00
Alexandre Archambault 3b111fa1eb Fix compilation warnings 2017-05-03 00:44:45 +02:00
Alexandre Archambault bf34774e61 Take excludeDependencies into account in published things 2017-05-03 00:36:59 +02:00
Alexandre Archambault e6c28f02d6 Merge pull request #462 from coursier/topic/profiling
Profiling...
2017-04-24 23:10:00 +02:00
Alexandre Archambault 9d300fe3b3 Publish sources / javadoc under the right conf
Before that commit, sources / javadoc were put under the "compile"
config when running "publishLocal". This commit puts them under the
"sources" and "docs" configs.
2017-04-22 15:22:43 +02:00
Valentin Kasas f0d314d7f2 Use parent's projects resolution result as project cache 2017-04-22 14:20:59 +02:00
Alexandre Archambault 34ff7662db Naively cache created simple sbt structures 2017-04-22 14:20:57 +02:00
Alexandre Archambault 13da5e871f Don't leave POMs as artifacts in update reports
sbt-pack isn't too fine with those in particular
2017-04-21 16:26:49 +02:00
Alexandre Archambault f7020fd0ad Only warn on missing credential file 2017-04-21 15:11:39 +02:00
Alexandre Archambault 00443c3a46 Don't use Java >= 7 Exception constructor 2017-04-21 14:37:20 +02:00
Alexandre Archambault 261aebcfa2 Ensure unidoc generation works fine with sbt-coursier 2017-04-11 15:10:04 +02:00
Alexandre Archambault c176adca3c Enable sbt plugin hack in Maven repo paths by default 2017-04-03 00:19:51 +02:00
Jentsch 330134d5d9 Simplified handling of undefined settings
(Also avoiding null)
2017-03-23 21:07:50 +01:00
Jentsch a244509b67 Replaced structural types by actual classes 2017-03-23 21:07:50 +01:00
Jentsch 2acad5bcb2 Replaced console.err.println by sbt logger 2017-03-23 21:07:50 +01:00
Jentsch 65ff648bf5 Change default for use sbt credentials to true 2017-02-28 16:53:30 +01:00
Alexandre Archambault c131d6c856 No more "Unrecognized repository inter-project" from the sbt plugin 2017-02-27 15:54:57 +01:00
Alexandre Archambault 7914603f40 Remove deprecated comment 2017-02-27 15:54:57 +01:00
Alexandre Archambault 766ccbf5a9 Better handling of optional dependencies 2017-02-13 19:19:39 +01:00
Alexandre Archambault 6b89af3924 Better handling of artifacts from Maven repos
Doesn't seem to break things
2017-02-13 19:19:29 +01:00
Alexandre Archambault a6b9c845c2 Rename plugin module to sbt-coursier 2017-02-05 15:36:34 +01:00