Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

40 wiersze
1.2KB

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