sbt, the interactive build tool
Go to file
Martin Duhem 3eef2d66b5 Find most specific version of compiler interface sources
This commit introduces a mechanism that allows sbt to find the most
specific version of the compiler interface sources that exists using
Ivy.

For instance, when asked for a compiler interface for Scala 2.11.8-M2,
sbt will look for sources for:

 - 2.11.8-M2 ;
 - 2.11.8 ;
 - 2.11 ;
 - the default sources.

This commit also modifies the build definition by removing the
precompiled projects and configuring the compiler-interface project so
that it publishes its source artifacts in a Maven-friendly format.
2015-07-16 11:18:48 +02:00
cache Roll back the use of sbt/serialization for update caching 2015-03-10 05:12:17 -04:00
interface Remove redundant public modifier in Java interfaces 2015-07-11 00:11:17 +02:00
util Merge pull request #2094 from pdalpra/public-null-logger 2015-07-10 12:48:46 -04:00
LICENSE Update CONTRIBUTING.md 2014-04-14 12:16:06 -04:00
NOTICE Update CONTRIBUTING.md 2014-04-14 12:16:06 -04:00
build.sbt Find most specific version of compiler interface sources 2015-07-16 11:18:48 +02:00