krasserm / akka-persistence-kafka

A replicated Akka Persistence journal backed by Apache Kafka
Apache License 2.0
201 stars 59 forks source link

Target java 1.7 #11

Closed danielhopkins closed 10 years ago

danielhopkins commented 10 years ago

I think the artifact you're publishing is still java 1.8. I tweaked the build settings and confirmed them using javap.

$ javap -verbose -classpath target/scala-2.10/akka-persistence-kafka_2.10-0.4-SNAPSHOT.jar  akka/persistence/kafka/snapshot/SnapshotMetadataFormat$SnapshotMetadata | grep major
  major version: 51
krasserm commented 10 years ago

Thanks!