suhail
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
suhail created a post, AnsweredWhy does IntelliJ set maven.compiler.source as 8 instead of 1.8?
When creating a new project, IntelliJ add the followings in the pom file (ignored any other lines it adds for brevity): <properties> <maven.compiler.source>8</maven.compiler.source> <maven.c...