mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 03:19:02 +00:00
Merge branch '3.1.x'
Closes gh-37548
This commit is contained in:
+5
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user