< prev index next >

storage/build.gradle

Print this page
*** 29,10 ***
--- 29,11 ---
          opens 'org.openjdk.skara.storage' to 'org.junit.platform.commons'
      }
  }
  
  dependencies {
+     implementation project(':network')
      implementation project(':host')
      implementation project(':vcs')
  }
  
  publishing {
< prev index next >