Skip to content

Commit

Permalink
Explicitly set source and target
Browse files Browse the repository at this point in the history
  • Loading branch information
clayreimann committed Jun 30, 2022
1 parent 4eaee75 commit d3469c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/it/projects/flatten-shaded-drp/pom.xml
Expand Up @@ -8,6 +8,8 @@
<properties>
<flatten.its.version>3.2.1</flatten.its.version>
<rev></rev>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>

<dependencies>
Expand Down Expand Up @@ -100,4 +102,4 @@
</pluginRepositories>


</project>
</project>

0 comments on commit d3469c8

Please sign in to comment.