File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ The CI build is Linux based (Ubuntu) and most Pekko developers use Macs or Linux
33
33
- ` sbt testQuick ` similar to test but when repeated in shell mode will only run failing tests
34
34
- ` sbt testQuickUntilPassed ` similar to testQuick but will loop until tests pass.
35
35
- ` sbt package ` will build the jars
36
- - the jars will built into target dirs of the various modules
37
- - for the the 'actor' module, the jar will be built to ` actor/target/scala-2.13/ `
36
+ - the jars will be built into target dirs of the various modules
37
+ - for the 'actor' module, the jar will be built to ` actor/target/scala-2.13/ `
38
38
- ` sbt publishLocal ` will push the jars to your local Apache Ivy repository
39
39
- ` sbt publishM2 ` will push the jars to your local Apache Maven repository
40
40
- ` sbt docs/paradox ` will build the docs (the ones describing the module features)
You can’t perform that action at this time.
0 commit comments