Skip to content

Commit

Permalink
Merge branch '3.0.x' into 3.1.x
Browse files Browse the repository at this point in the history
Closes gh-37547
  • Loading branch information
wilkinsona committed Sep 22, 2023
2 parents e4d8b22 + 514420a commit 8080bb9
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -96,6 +96,11 @@ public abstract class AbstractAotMojo extends AbstractDependencyFilterMojo {
@Parameter(property = "spring-boot.aot.compilerArguments")
private String compilerArguments;

/**
* Return Maven execution session.
* @return session
* @since 3.0.10
*/
protected final MavenSession getSession() {
return this.session;
}
Expand Down

0 comments on commit 8080bb9

Please sign in to comment.