Skip to content

Commit

Permalink
fix test, again...
Browse files Browse the repository at this point in the history
  • Loading branch information
Jente Sondervorst committed Sep 19, 2024
1 parent d94dc0c commit f76a5cb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -854,8 +854,8 @@ void servicesGradleOrgUnavailable() {
""",
spec -> spec.path("gradle/wrapper/gradle-wrapper.properties")
),
gradlew,
gradlewBat,
text(GRADLEW_TEXT, spec -> spec.path(WRAPPER_SCRIPT_LOCATION)),
text(GRADLEW_BAT_TEXT, spec -> spec.path(WRAPPER_BATCH_LOCATION)),
gradleWrapperJarQuark
);
}
Expand Down

0 comments on commit f76a5cb

Please sign in to comment.