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 Aug 21, 2024
1 parent 3d4603f commit fb9e594
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 @@ -324,7 +324,7 @@ tasks.register("integrationTestGradlePluginOnly") {
doLast {
def result = exec {
workingDir INTEGRATION_TEST_DIRECTORY_GRADLE_PLUGIN
commandLine System.getProperty("os.name") ==~ /Windows.*/ ? "gradlew.bat" : "./gradlew", "clean", "htmlSanityCheck", "-PhtmlSanityCheckVersion=${project.version}"
commandLine System.getProperty("os.name") ==~ /Windows.*/ ? "..\\..\\gradlew.bat" : "../../gradlew", "clean", "htmlSanityCheck", "-PhtmlSanityCheckVersion=${project.version}"
}
logger.debug "Script output: $result"
assert testIndex.exists()
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 fb9e594

Please sign in to comment.