Fix Cpp sources zip (#12)

This commit is contained in:
Ryan Blue 2022-11-15 01:20:27 -05:00 committed by GitHub
parent a37147650b
commit 2f525be5ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@ task cppHeadersZip(type: Zip) {
task cppSourceZip(type: Zip) {
destinationDirectory = outputsFolder
archiveBaseName = zipBaseName
classifier = "source"
classifier = "sources"
from(licenseFile) {
into '/'