Skip to content

Commit

Permalink
Bump Gradle to 8.0 RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler authored Jan 13, 2023
1 parent 330ddf6 commit 1ff1ad4
Showing 1 changed file with 1 addition and 1 deletion.
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-7.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-rc-1-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

1 comment on commit 1ff1ad4

@Goooler
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

* What went wrong:
A problem occurred configuring root project 'LawnchairRelease'.
> Could not create task ':transformClassesWithHiddenApiRefineForAospWithQuickstepDebug'.
   > Cannot use @TaskAction annotation on method IncrementalTransformTask.transform() because interface org.gradle.api.tasks.incremental.IncrementalTaskInputs is not a valid parameter to an action method.

Please sign in to comment.