Conversation
|
Can you undo the changes to the versions.properties files? They are unrelated to the change and make review and history complicated. |
|
i did not even realize i comitted them accidentally |
|
Using the commit tool window in IntelliJ can help to check what is included in the impeding commit, and uncheck changes or files. |
That part doesn't work to me. How is that supposed to work? |
|
Thanks for your work, unfortunately I never got it to work, I guess we can suffer having dupes of those gradle files |
|
@jmfayard Did you try this PR, it did you try something else? |
|
now replaced with #626 |
🚀 Description
removed
gradlew/gradlesymlinks from sample projectsinstead added the wrapper task
changed CI to always use the wrappers in
plugins/idea will automatically create the
gradlewfile andgradle/folders when linking the gradle projectsand also add it to
.git/info/exclude(local gitignore) so it will nto commit duplicates... at least on my systems
📄 Motivation and Context
fixes #357
symlinks end up as plain files on windows,making it impossible to develop without replacing the symlinks with real files, which messes with git diffs
🧪 How Has This Been Tested?
📦 Types of changes
✅ Checklist