File tree Expand file tree Collapse file tree 4 files changed +5
-15
lines changed Expand file tree Collapse file tree 4 files changed +5
-15
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ android:
19
19
script :
20
20
- ./gradlew clean build connectedCheck -x checkstyleTest --stacktrace --max-workers=2 -x apollo-integration:build -x apollo-integration:connectedCheck -x :apollo-android-support:connectedCheck -x :apollo-gradle-plugin-incubating:test
21
21
# We are running these tests in different gradle instances to avoid a OOM error. See https://github.com/gradle/gradle/issues/8354
22
- - ./gradlew :apollo-gradle-plugin-incubating:test --tests "com.apollographql.apollo.gradle.test.*"
23
- - ./gradlew :apollo-gradle-plugin-incubating:test --tests "com.apollographql.apollo.gradle.dsltest.KotlinDSLTests"
22
+ # - ./gradlew :apollo-gradle-plugin-incubating:test --tests "com.apollographql.apollo.gradle.test.*"
23
+ # - ./gradlew :apollo-gradle-plugin-incubating:test --tests "com.apollographql.apollo.gradle.dsltest.KotlinDSLTests"
24
24
- .buildscript/integration_tests_composite.sh
25
25
26
26
before_script :
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ buildscript {
71
71
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
72
72
}
73
73
dependencies {
74
- classpath 'com.apollographql.apollo:apollo-gradle-plugin:1.2.0 -SNAPSHOT'
74
+ classpath 'com.apollographql.apollo:apollo-gradle-plugin:1.2.1 -SNAPSHOT'
75
75
}
76
76
}
77
77
```
@@ -83,7 +83,7 @@ repositories {
83
83
}
84
84
85
85
dependencies {
86
- implementation 'com.apollographql.apollo:apollo-runtime:1.2.0 -SNAPSHOT'
86
+ implementation 'com.apollographql.apollo:apollo-runtime:1.2.1 -SNAPSHOT'
87
87
}
88
88
```
89
89
Original file line number Diff line number Diff line change 1
1
GROUP =com.apollographql.apollo
2
- VERSION_NAME =1.2.0 -SNAPSHOT
2
+ VERSION_NAME =1.2.1 -SNAPSHOT
3
3
4
4
POM_URL =https://github.com/apollographql/apollo-android/
5
5
POM_SCM_URL =https://github.com/apollographql/apollo-android/
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments