This is an automated email from the ASF dual-hosted git repository.
slawekjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git
The following commit(s) were added to refs/heads/master by this push:
new f0a066c2 Add enforceBytecodeVersion to rules index
f0a066c2 is described below
commit f0a066c2ec5dbc0e0c49799ddcd92553fb908cb3
Author: Omri SirComp <[email protected]>
AuthorDate: Sat May 16 19:38:43 2026 +0300
Add enforceBytecodeVersion to rules index
---
enforcer-rules/src/site/apt/index.apt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/enforcer-rules/src/site/apt/index.apt
b/enforcer-rules/src/site/apt/index.apt
index 1b3722f3..d368ce26 100644
--- a/enforcer-rules/src/site/apt/index.apt
+++ b/enforcer-rules/src/site/apt/index.apt
@@ -49,6 +49,8 @@ Built-In Rules
* {{{./dependencyConvergence.html}dependencyConvergence}} - ensure all
dependencies converge to the same version.
+ * {{{./enforceBytecodeVersion.html}enforceBytecodeVersion}} - enforces that
dependency bytecode versions do not exceed the configured maximum.
+
* {{{./evaluateBeanshell.html}evaluateBeanshell}} - evaluates a beanshell
script.
* {{{./externalRules.html}externalRules}} - evaluate rules from an external
resource.