Re: Should I exclude ./gradle/nb-cache from commit?

2022-08-06 Thread Laszlo Kishalmi
Well, really Gradle Wrapper is optional. It seems that the majority of the users like that, so we do have Maven Wrapper as well now. On 8/6/22 19:25, Andreas Reichel wrote: Thank you for the response. Looks like I don't need it because I never use Gradle Wrapper and always stick with the late

Re: Should I exclude ./gradle/nb-cache from commit?

2022-08-06 Thread Andreas Reichel
Thank you for the response. Looks like I don't need it because I never use Gradle Wrapper and always stick with the latest Gradle Version only. (I actually wished there was an option to avoid Gradle Wrapper completely, there was never a Make or ANT wrapper for good. Downloading random stuff from t

Re: Should I exclude ./gradle/nb-cache from commit?

2022-08-06 Thread Laszlo Kishalmi
gradle/ folder (not the .gradle) usually the place to put additional build logic, and if nothing else that's where Gradle places it's wrapper gardle/wrapper/ Make sure you add the gardle/wrapper/gradle-wrapper.jar along with the grade/wrapper/gradle-wrapper.properties file. (Unless some policy

red rectangle in area under cursor - text not visible

2022-08-06 Thread crystal
HI all- Does anyone run into the problem where a red rectangle region makes it hard to see the text underneath where you are trying to edit? I searched around but I don't know how to make that region of the editor, so I can read things better when I am selecting and editing. I don't have a scr

Re: Should I exclude ./gradle/nb-cache from commit?

2022-08-06 Thread Owen Thomas
Thanks Bernd for providing this important information. It is help like this from you and others that helps me make sense of the complexity, and I feel that I wouldn't be able to comprehend as quickly without it. I hope that I might be able to provide others with the same from time to time. On Sun,

Re: Should I exclude ./gradle/nb-cache from commit?

2022-08-06 Thread Bernd Michaely
The original Gradle (7.5) doc says: The project root directory contains all source files that are part of your project. In addition, it contains files and directories that are generated by Gradle such as |.gradle| and |build|. While the former are usually checked in to source control, the latt