We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0216028 commit d4d1596Copy full SHA for d4d1596
src/test/groovy/com/github/gradle/node/bun/task/BunxTask_integTest.groovy
@@ -87,6 +87,7 @@ class BunxTask_integTest extends AbstractIntegTest {
87
gv << GRADLE_VERSIONS_UNDER_TEST
88
}
89
90
+ @IgnoreIf({ os.windows })
91
def 'execute bun pwd command with custom execution configuration and check up-to-date-detection'() {
92
given:
93
gradleVersion = gv
0 commit comments