Skip to content

Conversation

@magnus-lutz
Copy link

Was compiling your example on my windows host.
Did not work, because there seems to be a bug affecting windows in the rc1 of google's auto-service library.
Also added properties for using UTF-8 and Java 7 explicitly, if i am already commiting.

Great example btw!

Comment on lines +13 to +14
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isn't this module java 8 compatible?

<groupId>com.google.auto.service</groupId>
<artifactId>auto-service</artifactId>
<version>1.0-rc1</version>
<version>1.0-rc2</version>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can use 1.0-rc7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants