You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 12, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,10 @@ Some of the optional properties include:
76
76
-``outputSuffix``: The suffix to append to the output jar file (Default: "-downgraded")
77
77
-``copyRuntimeClasses``: Whether to copy the JavaDowngrader runtime classes to the output jar (Default: true). Should be set to false if your jar already contains JavaDowngrader itself
78
78
79
+
## Usage (In Maven)
80
+
JavaDowngrader doesn't have official maven support, but there is an [unofficial maven plugin made by tr7zw](https://github.com/tr7zw/JavaDowngrader-Maven).
81
+
You can find instructions on how to implement it into your build script there.
82
+
79
83
## Contact
80
84
If you encounter any issues, please report them on the
0 commit comments