sbt / sbt-assembly

Deploy über-JARs. Restart processes. (port of codahale/assembly-sbt)
MIT License
1.95k stars 224 forks source link

Misconfigured 'assemblyOutputPath' can be dangerous #523

Closed hygt closed 6 months ago

hygt commented 6 months ago

Hello,

In a complete PEBKAC moment I essentially did

assembly / assemblyOutputPath := file(".")

which resulted in sawing off the proverbial and also literal branch I was sitting on.

I don't believe this is the behavior anyone would ever intend.

Shootout to IntellIJ IDEA's local history feature.

hygt commented 6 months ago

Also relates to #216