https://github.com/katrix/sbtassemblyerror
https://github.com/katrix/sbtassemblyerror
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/katrix/sbtassemblyerror
- Owner: Katrix
- Created: 2019-07-08T19:30:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-08T19:31:13.000Z (almost 7 years ago)
- Last Synced: 2025-04-04T18:32:15.893Z (about 1 year ago)
- Language: Scala
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Broken shading
Shading seems to be broken with Scala 2.12.8 when using the latest sbt-assembly version and using symbols. A git blame leads me to this commit as the culprit https://github.com/scala/scala/commit/3edeaac047c78ab4f28bff100aa408ba775bd629
Running the project manually will work just fine, but if the Scala class files are moved using shade rules, and the Scala version is 2.12.8, then shading breaks.