Ask Your Question
1

How can I use gradlew clean to reverse modifications made to specific files?

asked 2023-06-29 15:36:19 +0000

plato gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2023-06-29 15:47:01 +0000

lalupa gravatar image

Unfortunately, using "gradlew clean" will not reverse modifications made to specific files. "gradlew clean" only removes the build artifacts and cleans the project directory. It does not revert any changes made to specific files.

If you need to revert changes made to specific files, you can use version control software like Git to reset the changes. You can use the command "git reset --hard" followed by the name of the file to revert changes made to specific files. This will restore the file to its previous state before the changes were made.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-06-29 15:36:19 +0000

Seen: 12 times

Last updated: Jun 29 '23