|
- maven:
- mirrors:
- - "https://repo.maven.apache.org/maven2"
- - "https://repo1.maven.org/maven2"
- - "https://oss.sonatype.org/content/repositories/snapshots"
- - "https://packages.confluent.io/maven"
- - "https://registry.quarkus.io/maven"
- - "https://plugins.gradle.org/m2"
-
- configurations:
- # Specify configurations where the packages/plugins depend on a specific kotlin version.
- - kotlin-version: "1.8.20"
- plugins:
- com.expediagroup.graphql: ["7.0.0-alpha.5", "6.5.2"]
-
- - kotlin-version: "1.8.0"
-
- - kotlin-version: "1.7.20"
- packages:
- org.slf4j:slf4j-api: "2.0.7"
-
- # The default configuration, where the kotlin version doesn't matter.
- # This is kept as a separate configuration to make the ones above more obvious and easier to maintain.
- #
- # Most packages should be placed here.
- - kotlin-version: "1.8.20"
- plugins:
- org.panteleyev.jpackageplugin: "1.5.2"
- packages:
- org.jetbrains.kotlinx:kotlinx-datetime: "0.4.0"
- com.expediagroup:
- _versions: ["7.0.0-alpha.6", "6.5.2"]
- graphql-kotlin-ktor-server: ["7.0.0-alpha.6"]
- graphql-kotlin-client: []
- graphql-kotlin-client-generator: []
|