tonihele / OpenKeeper

Dungeon Keeper II remake
GNU General Public License v3.0
433 stars 41 forks source link

Gradle 671 #380

Closed tonihele closed 3 years ago

tonihele commented 3 years ago

Upgrade Gradle to 6.7.1.

Also finally separate all the assets to assets and stop using the src as also an asset folder. This is actually going to be removed in Gradle 7, having duplicate resources (it complained about all the code files, maybe at some point the source was copied to distributed archive ? :) ). This looks also so much cleaner in the IDE as well as the build is now faster.