build.gradle 209 B

123456789101112131415
  1. apply plugin: 'java-library'
  2. repositories {
  3. google()
  4. jcenter()
  5. mavenCentral()
  6. }
  7. dependencies {
  8. implementation 'rocks.xmpp:precis:1.0.0'
  9. }
  10. sourceCompatibility = "8"
  11. targetCompatibility = "8"