build.gradle.kts 205 B

1234567891011
  1. plugins {
  2. id("otel.java-conventions")
  3. }
  4. dependencies {
  5. implementation(project(":testing-common"))
  6. compileOnly("com.xuxueli:xxl-job-core:2.1.2") {
  7. exclude("org.codehaus.groovy", "groovy")
  8. }
  9. }