LAPTOP-KB9HII50\70708 hace 2 años
padre
commit
3fd60e2c52
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8 0
      wlyy-starter/pom.xml

+ 8 - 0
wlyy-starter/pom.xml

@ -221,6 +221,14 @@
    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <configuration>
                    <source>1.8</source>
                    <target>1.8</target>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-source-plugin</artifactId>