New license doesn't get placed into builds
Niterux opened this issue · 1 comments
Bug Description
After the license update the new license no longer gets compiled into builds because the file was changed from COPYING/COPYING.LESSER into LICENSE.md, I believe lines 92 and 93 of build.gradle.kts are to blame. I believe this is unintentional.
Reproduction Steps
Git clone the latest dev branch commit.
Compile Sodium with the command "gradlew build"
Notice that LICENSE.md isn't present inside the jar file
Log File
Crash Report
Resolved with 43bc968