build.gradle 366 B

1234567891011121314
  1. description = "maxkey-synchronizer-jdbc"
  2. apply plugin: 'java'
  3. dependencies {
  4. //local jars
  5. implementation fileTree(dir: '../maxkey-lib/*/', include: '*.jar')
  6. implementation project(":maxkey-common")
  7. implementation project(":maxkey-core")
  8. implementation project(":maxkey-persistence")
  9. implementation project(":maxkey-synchronizers:maxkey-synchronizer")
  10. }