Skip to content

Commit 7128f8c

Browse files
committed
build: remove workaround for gradlew eclipse fixed by #15401
We no longer need to forcibly remove the file to ensure it succeeds.
1 parent fa39000 commit 7128f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
}
2525
}
2626
},
27-
"updateContentCommand": "cd ${containerWorkspaceFolder} && rm -f .classpath && ./gradlew eclipse"
27+
"updateContentCommand": "cd ${containerWorkspaceFolder} && ./gradlew eclipse"
2828
}

0 commit comments

Comments
 (0)