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 Oct 6, 2024
1 parent a82178a commit f1d942d
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 355 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.

Binary file not shown.

This file was deleted.

252 changes: 0 additions & 252 deletions integration-test/gradle-plugin/gradlew

This file was deleted.

94 changes: 0 additions & 94 deletions integration-test/gradle-plugin/gradlew.bat

This file was deleted.

0 comments on commit f1d942d

Please sign in to comment.