Skip to content

Commit

Permalink
#318 Drop local Gradle Wrapper from Plugin integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Dec 14, 2024
1 parent d9d47e3 commit 660c3b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ tasks.register("integrationTestGradlePluginOnly") {
doLast {
def result = exec {
workingDir INTEGRATION_TEST_DIRECTORY_GRADLE_PLUGIN
commandLine System.getProperty("os.name") ==~ /Windows.*/ ? "gradlew.bat" : "./gradlew",
commandLine System.getProperty("os.name") ==~ /Windows.*/ ? "..\\..\\gradlew.bat" : "../../gradlew",
"clean", "htmlSanityCheck", "-PhtmlSanityCheckVersion=${project.version}", "--scan"
}
logger.debug "Script output: $result"
Expand Down
1 change: 0 additions & 1 deletion integration-test/gradle-plugin/gradle.properties

This file was deleted.

0 comments on commit 660c3b9

Please sign in to comment.