Sewing Kit

Sewing Kit

498k Downloads

Typo in build.gradle

senox13 opened this issue ยท 2 comments

commented

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")
        ])
    }
commented

Hah, good catch! Stupid fingers running over each other.

commented

Fixed in v1.3.0 ;P