Home | History | Annotate | Download | only in sharedtest
      1 // sharedtest module
      2 
      3 apply plugin: 'java'
      4 
      5 dependencies {
      6     compile 'junit:junit:4.12'
      7     compile project(':shared')
      8 }
      9 // EOF
     10