LanternPowered / Lantern

An open-source Minecraft server that implements the SpongeAPI.
MIT License
108 stars 12 forks source link

Gradle generates wrapper on every import it seems #18

Closed parlough closed 7 years ago

parlough commented 7 years ago

This makes me have to remove the wrapper changes from my commits as it causes unnecessary changes and slows down import times. Would be best to make the wrapper task run only on demand for when we truly want to update it.

You can see this how in a lot of your commits, the wrapper dates change.

Cybermaxke commented 7 years ago

This is because of intellij, I think. When you reimport the project.

parlough commented 7 years ago

It doesn't happen to my other projects which use the wrapper task I think. I'll look into the differences to see why this is occurring.

Cybermaxke commented 7 years ago

With reimport, I mean removing the .idea config folder and opening the gradle project again. I don't like to do it, but sometimes crashes my laptop and intellij isn't crash proof. Anyway, there should be a solution for this.

parlough commented 7 years ago

Sweet thanks :>