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
6262ScalaCheck but the produced JAR does not have any dependencies. It also
6363embeds the native library.
6464
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+ 
6571Compile and test:
6672``` 
6773 $ ./sbt compile test package 
@@ -72,9 +78,6 @@ If you want to publish it to you local ivy2 repository:
7278 $ ./sbt publishLocal 
7379``` 
7480
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- 
7881Binary releases
7982--------------- 
8083
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments