Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gradle's up-to-date checks do not work on Windows FAT drives (Backport to 6.x) #17949

Closed
wolfs opened this issue Aug 5, 2021 · 1 comment
Closed
Labels
a:bug in:native-platform c, cpp, swift and other native languages support, etc
Milestone

Comments

@wolfs
Copy link
Member

wolfs commented Aug 5, 2021

This is a backport of #17551.

Expected Behavior

Gradle should produce new class files to build/classes/java directory.

Current Behavior

  1. gradle build creates .gradle and build directories;
  2. I change output string in main class;
  3. Second build only just removes previously compiled files.

Context

I created new Java project with Gradle in IntelliJ IDEA and it not works.
Same project can be successfully compiled on macOS.

Steps to Reproduce

https://github.com/DimaCrafter/clean-gradle-project

Your Environment

  • OS: Windows 10 Pro 21H1 19043.1081
  • Java 8: AdoptOpenJDK 1.8.0_292-b10
  • Gradle wrapper v7.1 (building with globally installed Gradle doesn't affect)
@wolfs wolfs added in:native-platform c, cpp, swift and other native languages support, etc a:bug @execution labels Aug 5, 2021
@wolfs wolfs added this to the 6.9.1 milestone Aug 5, 2021
@wolfs
Copy link
Member Author

wolfs commented Aug 5, 2021

Fixed by #17941.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:bug in:native-platform c, cpp, swift and other native languages support, etc
Projects
None yet
Development

No branches or pull requests

1 participant