Skip to content

Commit

Permalink
Update wrapper to a new nightly and re-enable the test
Browse files Browse the repository at this point in the history
  • Loading branch information
jbartok committed Feb 21, 2025
1 parent 07c7898 commit 1350d33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion unified-prototype/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-snapshots/gradle-8.14-20250220012306+0000-bin.zip
distributionUrl=https\://services.gradle.org/distributions-snapshots/gradle-8.14-20250221115134+0000-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package org.gradle.api.experimental.android

import spock.lang.Ignore

@Ignore("Need to have following fix in Gradle: https://github.com/gradle/gradle/pull/32512") // TODO
class AndroidApplicationAgpPreview extends AbstractAndroidBuildInitSpec {
@Override
protected String getProjectSpecType() {
Expand Down

0 comments on commit 1350d33

Please sign in to comment.