You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.2KB

  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 version.
  11. - kotlin-version: "1.8.20"
  12. plugins:
  13. com.expediagroup.graphql: ["7.0.0-alpha.5", "6.5.2"]
  14. - kotlin-version: "1.8.0"
  15. - kotlin-version: "1.7.20"
  16. packages:
  17. org.slf4j:slf4j-api: "2.0.7"
  18. # The default configuration, where the kotlin version doesn't matter.
  19. # This is kept as a separate configuration to make the ones above more obvious and easier to maintain.
  20. #
  21. # Most packages should be placed here.
  22. - kotlin-version: "1.8.20"
  23. plugins:
  24. org.panteleyev.jpackageplugin: "1.5.2"
  25. packages:
  26. org.jetbrains.kotlinx:kotlinx-datetime: "0.4.0"
  27. com.expediagroup:
  28. _versions: ["7.0.0-alpha.6", "6.5.2"]
  29. graphql-kotlin-ktor-server: ["7.0.0-alpha.6"]
  30. graphql-kotlin-client: []
  31. graphql-kotlin-client-generator: []