|
- maven:
- package-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"
-
- plugin-mirrors:
- - "https://plugins.gradle.org/m2"
-
- configurations:
- # Specify configurations where the packages/plugins depend on a specific kotlin and/or gradle version.
- - kotlin-version: ["latest", "1.8.20", "1.7.0"]
- gradle-version: ["8.2.1", "7.6.2"]
-
- plugins:
- "`kotlin-dsl`": null
- com.expediagroup.graphql: ["stable"]
-
- - kotlin-version: "1.8.0"
- gradle-version: "8.2.1"
-
- - kotlin-version: "1.8.0"
-
- - kotlin-version: "1.7.20"
- packages:
- org.slf4j:slf4j-api: "2.0.7"
-
- # The default configuration, where the kotlin and gradle 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: "latest"
- packages:
- org.jetbrains.kotlinx:kotlinx-datetime: "0.4.0"
- com.expediagroup:
- _versions: ["latest", "stable"]
- graphql-kotlin-ktor-server: ["latest"]
- graphql-kotlin-client: []
- graphql-kotlin-client-generator: []
|