sviperll / adt4j

adt4j - Algebraic Data Types for Java
BSD 3-Clause "New" or "Revised" License
143 stars 8 forks source link

JDK6 port? #2

Closed jbgi closed 10 years ago

jbgi commented 10 years ago

Hi, thanks for the great project! Since I'm stuck with jdk6 for some of my professional projects I've done a port of adt4j to jdk6 (here -> https://github.com/jbgi/adt4j/tree/jdk6-port). Would you consider fetching this branch and publishing the corresponding artefact to the sonatype repo?

sviperll commented 10 years ago

Sorry for delay. I've merged you branch into master, jdk6 is reasonable target for the project. I've released new version, but I have incorporated some breaking changes that I've planned to, see list of commits for details.

jbgi commented 10 years ago

Thanks for merging! But a probably unwanted modification to build.gradle was also merged: archivesBaseName = name + '-jdk6'

this affect artifactId of published artifacts by suffixing with '-jdk6'. 0.7 release is impacted :(

sviperll commented 10 years ago

Oh... missed that one. I'll fix it by the end of the day.