25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

42 satır
1.3KB

  1. maven:
  2. mirrors:
  3. - "https://repo.maven.apache.org/maven2"
  4. - "https://repo1.maven.org/maven2"
  5. - "https://oss.sonatype.org/content/repositories/snapshots"
  6. - "https://packages.confluent.io/maven"
  7. - "https://registry.quarkus.io/maven"
  8. - "https://plugins.gradle.org/m2"
  9. configurations:
  10. # Specify configurations where the packages/plugins depend on a specific kotlin and/or gradle version.
  11. - kotlin-version: ["1.8.20", "1.7.0"]
  12. gradle-version: ["8.2.1", "7.6.2"]
  13. plugins:
  14. "`kotlin-dsl`": null
  15. com.expediagroup.graphql: ["stable"]
  16. - kotlin-version: "1.8.0"
  17. gradle-version: "8.2.1"
  18. - kotlin-version: "1.8.0"
  19. - kotlin-version: "1.7.20"
  20. packages:
  21. org.slf4j:slf4j-api: "2.0.7"
  22. # The default configuration, where the kotlin and gradle version doesn't matter.
  23. # This is kept as a separate configuration to make the ones above more obvious and easier to maintain.
  24. #
  25. # Most packages should be placed here.
  26. - kotlin-version: "1.8.20"
  27. plugins:
  28. org.panteleyev.jpackageplugin: "latest"
  29. packages:
  30. org.jetbrains.kotlinx:kotlinx-datetime: "0.4.0"
  31. com.expediagroup:
  32. _versions: ["latest", "stable"]
  33. graphql-kotlin-ktor-server: ["latest"]
  34. graphql-kotlin-client: []
  35. graphql-kotlin-client-generator: []