Peergos / nabu

A minimal Java implementation of IPFS
MIT License
59 stars 11 forks source link

Invalid signature file digest for Manifest main attributes #91

Closed seras42 closed 3 months ago

seras42 commented 3 months ago

Good day, Whenever i try to use this implementation, including the nabu-chat example, i get this exception: Caused by: java.lang.SecurityException: Invalid signature file digest for Manifest main attributes Perhaps do you know what could cause it? Is this problem coming from my system or the project itself?

This is what i use for gradle:

repositories {
    mavenCentral()
    maven { url "https://jitpack.io"}
}

dependencies {
    implementation 'com.github.Peergos:nabu:latest.release'
}
ianopolous commented 3 months ago

Thanks, I can reproduce this now. We'll fix it asap.

ianopolous commented 3 months ago

Ok that should be fixed with v0.7.8

seras42 commented 3 months ago

Confirmed. It works with v0.7.8