Add stub to make proguard happy on 2.12 CI

This commit is contained in:
Alexandre Archambault 2017-06-16 18:17:51 +02:00
parent 4b42181dd8
commit fd8272fdd4
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
package coursier.cli
// dummy app to keep proguard quiet in 2.12
object Coursier {
def main(args: Array[String]): Unit = {}
}