Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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