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

Missing step from setup instructions #6

Closed
adam-binks opened this issue Dec 1, 2021 · 2 comments
Closed

Missing step from setup instructions #6

adam-binks opened this issue Dec 1, 2021 · 2 comments

Comments

@adam-binks
Copy link

adam-binks commented Dec 1, 2021

Hey! I was setting up Tweety using Maven on the command line as per these instructions. To get mvn package to work without errors, I needed to add the following lines to pom.xml:

<properties>
   <maven.compiler.source>1.8</maven.compiler.source>
   <maven.compiler.target>1.8</maven.compiler.target>
</properties>

I'm not sure if targeting 1.8 is the correct value. Could be useful to add this to the instructions for other people getting started.

@sfranke43
Copy link
Collaborator

Hi! Thank you for your comment. I'll look into the issue

@sfranke43
Copy link
Collaborator

I added the missing lines you suggested to the pom. Thanks again for letting us know about this

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

No branches or pull requests

2 participants