mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 08:45:56 +02:00
+1
-1
@@ -18,7 +18,7 @@ and works fairly well.
|
||||
`ln -s ~/Applications/async-profiler/profiler.sh $HOME/bin/profiler.sh`
|
||||
`ln -s ~/Applications/async-profiler/build $HOME/bin/build`
|
||||
|
||||
Next, close all Java appliations and anything that may affect the profiling, and run sbt in one terminal:
|
||||
Next, close all Java applications and anything that may affect the profiling, and run sbt in one terminal:
|
||||
|
||||
```
|
||||
$ sbt exit
|
||||
|
||||
@@ -26,7 +26,7 @@ import sbt.internal.CommandStrings.{
|
||||
}
|
||||
|
||||
private[sbt] object CrossJava {
|
||||
// parses jabaa style version number [email protected]
|
||||
// parses jabba style version number [email protected]
|
||||
def parseJavaVersion(version: String): JavaVersion = {
|
||||
def splitDot(s: String): Vector[Long] =
|
||||
Option(s) match {
|
||||
|
||||
Reference in New Issue
Block a user