Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

windows compability #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

windows compability #3

wants to merge 1 commit into from

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?

@@ -33,7 +33,7 @@
<dependency>
<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