vickumar1981 / stringdistance

A fuzzy matching string distance library for Scala and Java that includes Levenshtein distance, Jaro distance, Jaro-Winkler distance, Dice coefficient, N-Gram similarity, Cosine similarity, Jaccard similarity, Longest common subsequence, Hamming distance, and more..
https://vickumar1981.github.io/stringdistance/api/com/github/vickumar1981/stringdistance/index.html
Other
78 stars 15 forks source link

Cross build for java 7 and scala 2.11 #3

Closed vickumar1981 closed 6 years ago

vickumar1981 commented 6 years ago

Currently, the jar produced is for java 8 and scala 2.12 b/c that's what I'm using.

Should be able to add build flags to compile for java 7 and scala 2.11 as well.

vickumar1981 commented 6 years ago

Addressed by https://github.com/vickumar1981/stringdistance/commit/cb83aac6d098bf41f99d1b3394f1a76d45b5ab6c

v1.0.6 publishes a stringdistance_2.12 artifact for Java 8/scala 2.12 and a stringdistance_2.11 artifact for Java 7/scala 2.11.