This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch 3.x
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/3.x by this push:
new 1a51a7b53 bugfix(build): fixed MR-jar buidls
1a51a7b53 is described below
commit 1a51a7b53616e6b5e0efe5c9a31caf92e2e92d01
Author: lprimak <[email protected]>
AuthorDate: Sat Jan 24 21:48:23 2026 -0600
bugfix(build): fixed MR-jar buidls
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 3f4eddfa5..7403e8dd2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -568,7 +568,6 @@
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<showWarnings>true</showWarnings>
- <multiReleaseOutput>true</multiReleaseOutput>
<compilerArgs>
<arg>-Xlint:deprecation</arg>
<arg>-Xlint:unchecked</arg>
@@ -588,6 +587,7 @@
<goal>compile</goal>
</goals>
<configuration>
+ <multiReleaseOutput>true</multiReleaseOutput>
<release>21</release>
<compileSourceRoots>${project.build.sourceDirectory}21</compileSourceRoots>
</configuration>
@@ -598,6 +598,7 @@
<goal>compile</goal>
</goals>
<configuration>
+ <multiReleaseOutput>true</multiReleaseOutput>
<release>25</release>
<compileSourceRoots>${project.build.sourceDirectory}25</compileSourceRoots>
</configuration>