![Sewing Kit](https://media.forgecdn.net/avatars/thumbnails/304/578/256/256/637377592949863382.png)
Typo in build.gradle
senox13 opened this issue ยท 2 comments
In the manifest section of this project's build.gradle
, your name is misspelled twice.
manifest {
attributes([
"Specification-Title": "sewingkit",
"Specification-Vendor": "gigahrez", <---
"Specification-Version": "1", // We are version 1 of ourselves
"Implementation-Title": project.name,
"Implementation-Version": "${version}",
"Implementation-Vendor" :"gigahrez", <---
"Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ")
])
}