java-native/jssc

Native Library Loader version 2.3.6 is not release

JustLookAtNow opened this issue · 3 comments

there is no a v 2.3.6 at https://mvnrepository.com/artifact/org.scijava/native-lib-loader ,
however you update it from 2.3.5 to 2.3.6 at the newest version 2.9.3 release

As of now, this dependency is pulled to jssc from https://mvnrepository.com/artifact/org.scijava/native-lib-loader?repo=scijava-public
Should work for most users as long as they are not behind corporate nexus that does not proxy this repository. Does it pose any problems during build or such?

Edit - if you saw my previous comment ignore - just needed to add this repo

    maven {
        url 'http://maven.scijava.org/content/repositories/public/'
    }