diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2020-01-06 17:50:40 -0500 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2020-01-06 17:50:40 -0500 |
| commit | 2673f6a4c2649c299f1fbd340ffb8ac7315ad326 (patch) | |
| tree | 742545f3eaba58f62cdb151b2ce90e3437c25d80 /pom.xml | |
| parent | 48a4b3229ee213d4b5b3e1a421a3d862bdf4d227 (diff) | |
General warning cleanup
Just clean up of some warnings/other misc. problems
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -7,6 +7,19 @@ <version>1.0.0</version> <packaging>pom</packaging> + <build> + <plugins> + <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.7.0</version> + + <configuration> + <source>1.8</source> + <target>1.8</target> + </configuration> + </plugin> + </plugins> + </build> <distributionManagement> <snapshotRepository> <id>ossrh</id> |
