spdx / Spdx-Java-Library

Java library which implements the Java object model for SPDX and provides useful helper functions
Apache License 2.0
37 stars 36 forks source link

Support file path (file:/) for download location regex #228

Closed vajain-1982 closed 8 months ago

vajain-1982 commented 8 months ago

Support for files as part of download location

Currently regex defined for location validation doesn't allow for files fixed updated the regex to include files location example :- file:/Users/javarun/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar

vajain-1982 commented 8 months ago

@goneall Thanks for merging , any idea when it will be available on maven central , I need to update spdx-gradle-plugin to consume this.

goneall commented 8 months ago

@vajain-1982 - I'll spin a release before the weekend - likely sooner.

goneall commented 8 months ago

@vajain-1982 - I just spun a new release - it should be available soon on Maven central.