pekko/project
kenji yoshida 32a23dd5ec fix deprecation warning in project/MultiNode.scala (#23941)
```
project/MultiNode.scala:46:12: method unapplySeq in class Regex is deprecated (since 2.11.0): extracting a match result from anything but a CharSequence or Match is deprecated
[warn]       case MultinodeJvmArgs(a, b) ⇒
[warn]            ^
```

- https://github.com/scala/scala/blob/v2.12.4/src/library/scala/util/matching/Regex.scala#L340
- https://docs.oracle.com/javase/8/docs/api/java/util/Properties.html

`System.getProperties.propertyNames.asScala.toList` return `List[Any]`
2017-11-08 12:04:36 +09:00
..
scripts Switch languages in paradox without page refresh (#23544) 2017-10-30 13:45:30 +01:00
AkkaBuild.scala Port build to SBT 1.x (#23850) 2017-10-30 10:13:13 +09:00
build.properties Update to Sbt 1.0.3 (#23860) 2017-10-30 19:42:32 +09:00
CliOptions.scala Update scalariform (#23778) (#23783) 2017-10-06 10:30:28 +02:00
Dependencies.scala Update to scala 2.12.4 (#23896) 2017-11-01 23:14:05 +09:00
Doc.scala Port build to SBT 1.x (#23850) 2017-10-30 10:13:13 +09:00
Formatting.scala Format docs like we do our own code 2017-10-30 13:57:42 +01:00
GitHub.scala Update scalariform (#23778) (#23783) 2017-10-06 10:30:28 +02:00
Jdk9CompileDirectoriesPlugin.scala Update scalariform (#23778) (#23783) 2017-10-06 10:30:28 +02:00
MiMa.scala fix 2.13 version checking in MiMa config 2017-10-30 11:00:52 -07:00
MultiNode.scala fix deprecation warning in project/MultiNode.scala (#23941) 2017-11-08 12:04:36 +09:00
OSGi.scala Eplicit Java version requirement for OSGi #23795 (#23813) 2017-10-15 11:39:58 -05:00
ParadoxBrowse.scala Port build to SBT 1.x (#23850) 2017-10-30 10:13:13 +09:00
plugins.sbt Switch languages in paradox without page refresh (#23544) 2017-10-30 13:45:30 +01:00
Protobuf.scala Port build to SBT 1.x (#23850) 2017-10-30 10:13:13 +09:00
Publish.scala #23880 Specify scope when disabling scaldoc task (#23928) 2017-11-07 10:38:57 +01:00
Release.scala Port build to SBT 1.x (#23850) 2017-10-30 10:13:13 +09:00
SigarLoader.scala Update scalariform (#23778) (#23783) 2017-10-06 10:30:28 +02:00
TestExtras.scala Remove the JUnit test runner (#23784) 2017-10-15 18:01:54 +02:00
TimeStampede.scala Update scalariform (#23778) (#23783) 2017-10-06 10:30:28 +02:00
ValidatePullRequest.scala Port build to SBT 1.x (#23850) 2017-10-30 10:13:13 +09:00
VersionGenerator.scala Port build to SBT 1.x (#23850) 2017-10-30 10:13:13 +09:00
Whitesource.scala Update scalariform (#23778) (#23783) 2017-10-06 10:30:28 +02:00