Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

49 рядки
1.5KB

  1. maven:
  2. package-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. plugin-mirrors:
  9. - "https://plugins.gradle.org/m2"
  10. configurations:
  11. # Specify configurations where the packages/plugins depend on a specific kotlin and/or gradle version.
  12. - kotlin-version: ["latest", "1.8.20", "1.7.0"]
  13. gradle-version: ["latest", "8.2.1", "7.6.2"]
  14. plugins:
  15. "`kotlin-dsl`": null
  16. com.expediagroup.graphql: ["stable"]
  17. - kotlin-version: "1.8.0"
  18. gradle-version: "8.2.1"
  19. - kotlin-version: "1.8.0"
  20. - kotlin-version: "1.7.20"
  21. packages:
  22. org.slf4j:slf4j-api: "2.0.7"
  23. # The default configuration, where the kotlin and gradle version doesn't matter.
  24. # This is kept as a separate configuration to make the ones above more obvious and easier to maintain.
  25. #
  26. # Most packages should be placed here.
  27. - kotlin-version: "1.8.20"
  28. plugins:
  29. org.panteleyev.jpackageplugin: "latest"
  30. packages:
  31. org.jetbrains.kotlinx:kotlinx-datetime: "0.4.0"
  32. com.expediagroup:
  33. _default: ["latest", "stable"]
  34. graphql-kotlin-ktor-server: ["latest"]
  35. graphql-kotlin-client: []
  36. graphql-kotlin-client-generator: []
  37. io.insert-koin:
  38. _default: ['3.3.0', '3.2.2']
  39. koin-core: []
  40. koin-ktor: ['default', '-3.3.0', '3.2.1']