We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5192eac commit 0bc4885Copy full SHA for 0bc4885
compiler/src/dotty/tools/dotc/config/Properties.scala
@@ -7,7 +7,7 @@ import java.util.jar.Attributes.{ Name => AttributeName }
7
8
/** Loads `library.properties` from the jar. */
9
object Properties extends PropertiesTrait {
10
- protected def propCategory = "library"
+ protected def propCategory = "compiler"
11
protected def pickJarBasedOn = classOf[Option[_]]
12
13
/** Scala manifest attributes.
0 commit comments