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

itstack-demo-design-16-02的pom.xml里需要修改maven插件的编译版本 #8

Open
ag2010 opened this issue Oct 4, 2020 · 0 comments

Comments

@ag2010
Copy link

ag2010 commented Oct 4, 2020

itstack-demo-design-16-02的pom.xml里需要修改maven插件的编译版本

pom里指定jdk版本就好了

<build>
    <plugins>
        <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-compiler-plugin</artifactId>
            <configuration>
                <source>8</source>
                <target>8</target>
            </configuration>
        </plugin>
    </plugins>
</build>
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

1 participant