mirror of https://github.com/sbt/sbt.git
Add stub to make proguard happy on 2.12 CI
This commit is contained in:
parent
4b42181dd8
commit
fd8272fdd4
|
|
@ -0,0 +1,6 @@
|
|||
package coursier.cli
|
||||
|
||||
// dummy app to keep proguard quiet in 2.12
|
||||
object Coursier {
|
||||
def main(args: Array[String]): Unit = {}
|
||||
}
|
||||
Loading…
Reference in New Issue