Skip to content

Commit

Permalink
[MPLUGIN-389] Update level to Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed May 22, 2022
1 parent 3b7cf33 commit 9f5cb5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -29,7 +29,7 @@ public class ArtifactsTask
public void execute()
throws BuildException
{
log( String.valueOf( getProject().getReference( "artifacts" ) ) );
log( String.valueOf( ( Object ) getProject().getReference( "artifacts" ) ) );
}

}
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -91,7 +91,7 @@

<properties>
<surefire.version>2.22.2</surefire.version>
<javaVersion>7</javaVersion>
<javaVersion>8</javaVersion>
<pluginTestingHarnessVersion>3.3.0</pluginTestingHarnessVersion>
<mavenVersion>3.2.5</mavenVersion>
<antVersion>1.9.16</antVersion>
Expand Down

0 comments on commit 9f5cb5a

Please sign in to comment.