Skip to content

Commit

Permalink
Update dependency gradle from 8.0-rc-4 to 8.0-rc-5 (#402)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 10, 2023
1 parent ac40ed7 commit 0cf44c7
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -706,15 +706,15 @@ jobs:
instant-api: 30
test-task: testReport :plugin:tests
- name: "AGP 7.4.x on Gradle 8.x"
gradle: 8.0-rc-4
gradle: 8.0-rc-5
gradle-java: 11
agp: 7.4.1
kotlin: 1.6.21
build-tools: 30.0.3
instant-api: 30
test-task: testReport :quality:tests
- name: "AGP 7.4.x on Gradle 8.x - plugin"
gradle: 8.0-rc-4
gradle: 8.0-rc-5
gradle-java: 11
agp: 7.4.1
kotlin: 1.6.21
Expand Down Expand Up @@ -1023,19 +1023,19 @@ jobs:
name: AGP 7.4.x on Gradle 7.x - plugin (7.4.1 on 7.6) Test Results XMLs
path: artifacts/AGP 7.4.x on Gradle 7.x - plugin (7.4.1 on 7.6) Test Results XMLs

- name: Download 'AGP 7.4.x on Gradle 8.x (7.4.1 on 8.0-rc-4) Test Results XMLs' artifact.
- name: Download 'AGP 7.4.x on Gradle 8.x (7.4.1 on 8.0-rc-5) Test Results XMLs' artifact.
if: success() || failure()
uses: actions/download-artifact@v3
with:
name: AGP 7.4.x on Gradle 8.x (7.4.1 on 8.0-rc-4) Test Results XMLs
path: artifacts/AGP 7.4.x on Gradle 8.x (7.4.1 on 8.0-rc-4) Test Results XMLs
name: AGP 7.4.x on Gradle 8.x (7.4.1 on 8.0-rc-5) Test Results XMLs
path: artifacts/AGP 7.4.x on Gradle 8.x (7.4.1 on 8.0-rc-5) Test Results XMLs

- name: Download 'AGP 7.4.x on Gradle 8.x - plugin (7.4.1 on 8.0-rc-4) Test Results XMLs' artifact.
- name: Download 'AGP 7.4.x on Gradle 8.x - plugin (7.4.1 on 8.0-rc-5) Test Results XMLs' artifact.
if: success() || failure()
uses: actions/download-artifact@v3
with:
name: AGP 7.4.x on Gradle 8.x - plugin (7.4.1 on 8.0-rc-4) Test Results XMLs
path: artifacts/AGP 7.4.x on Gradle 8.x - plugin (7.4.1 on 8.0-rc-4) Test Results XMLs
name: AGP 7.4.x on Gradle 8.x - plugin (7.4.1 on 8.0-rc-5) Test Results XMLs
path: artifacts/AGP 7.4.x on Gradle 8.x - plugin (7.4.1 on 8.0-rc-5) Test Results XMLs

#- name: Display structure of downloaded files
# run: ls -R
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-rc-4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-rc-5-all.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-rc-4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-rc-5-all.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-rc-4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-rc-5-all.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-rc-4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-rc-5-all.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ net.twisterrob.test.android.pluginVersion=7.4.1
# Kotlin: AGP 3.3.3-7.2.2 -> Kotlin 1.4.32; AGP 7.3.0- -> Kotlin 1.6.21
net.twisterrob.test.kotlin.pluginVersion=1.6.21
# Gradle: 5.4.1, 5.6.4; 6.1.1, 6.5.1, 6.7.1, 6.9.2; 7.0.2, 7.2, 7.3.3, 7.4.2, 7.5.1, 7.6, 8.0
net.twisterrob.gradle.runner.gradleVersion=8.0-rc-4
net.twisterrob.gradle.runner.gradleVersion=8.0-rc-5
# AGP 3.3.3-4.2.2 -> Java 8; AGP 7.0.0-7.4.0 -> Java 11; AGP 8.0.0- -> Java 17
net.twisterrob.test.gradle.javaHomeEnv=JAVA11_HOME

Expand Down
2 changes: 1 addition & 1 deletion gradle/plugins/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-rc-4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-rc-5-all.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-rc-4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-rc-5-all.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 0cf44c7

Please sign in to comment.