File tree Expand file tree Collapse file tree 3 files changed +8
-15
lines changed Expand file tree Collapse file tree 3 files changed +8
-15
lines changed Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.12 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 1
- buildscript {
2
- dependencies {
3
- classpath(" com.apollographql.apollo.build:build-logic" )
4
- }
5
- repositories {
6
- /*
7
- * This duplicates the repositories in repositories.gradle.kts but I haven't found a way to make it work otherwise
8
- * See https://github.com/gradle/gradle/issues/32045
9
- */
10
- mavenCentral()
11
- google()
12
- gradlePluginPortal()
13
- }
1
+ plugins {
2
+ id(" build.logic" ) apply false
14
3
}
4
+
15
5
val ciBuild = tasks.register(" ciBuild" ) {
16
6
description = """ Execute the 'build' task in subprojects and the `termination:run` task too"""
17
7
subprojects {
Original file line number Diff line number Diff line change
1
+ pluginManagement {
2
+ includeBuild(" ../build-logic" )
3
+ }
4
+
1
5
plugins {
2
6
id(" com.gradle.develocity" ) version " 3.19" // sync with libraries.toml
3
7
id(" com.gradle.common-custom-user-data-gradle-plugin" ) version " 2.0.2"
@@ -23,7 +27,6 @@ rootProject.projectDir
23
27
}
24
28
25
29
includeBuild(" ../" )
26
- includeBuild(" ../build-logic" )
27
30
28
31
dependencyResolutionManagement {
29
32
versionCatalogs {
You can’t perform that action at this time.
0 commit comments