File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,12 @@ The build system depends on Scala and the tests depend on ScalaTest and
62
62
ScalaCheck but the produced JAR does not have any dependencies. It also
63
63
embeds the native library.
64
64
65
+ * Note* : For the moment the project depends on a local build of ` sbt-java-module-info `
66
+ v0.5.2, as that version is not published to Maven. Before compiling, you need to publish it locally:
67
+ ```
68
+ $ cd sbt-java-module-info && ./sbt publishLocal && cd -
69
+ ```
70
+
65
71
Compile and test:
66
72
```
67
73
$ ./sbt compile test package
@@ -72,9 +78,6 @@ If you want to publish it to you local ivy2 repository:
72
78
$ ./sbt publishLocal
73
79
```
74
80
75
- * Note* : for the moment the project depends on local build of ` sbt-java-module-info `
76
- v0.5.2 as that version is not publushed to Maven.
77
-
78
81
Binary releases
79
82
---------------
80
83
You can’t perform that action at this time.
0 commit comments