https://github.com/remal-gradle-plugins/backward-compatible-bytecode
A Gradle plugin that processes bytecode to ensure compatibility with older JVM versions or library APIs.
https://github.com/remal-gradle-plugins/backward-compatible-bytecode
backward-compatibility bytecode cross-compilation gradle gradle-plugin plugin
Last synced: 3 months ago
JSON representation
A Gradle plugin that processes bytecode to ensure compatibility with older JVM versions or library APIs.
- Host: GitHub
- URL: https://github.com/remal-gradle-plugins/backward-compatible-bytecode
- Owner: remal-gradle-plugins
- License: mit
- Created: 2025-07-14T07:46:10.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-07-14T09:04:09.000Z (3 months ago)
- Last Synced: 2025-07-14T10:15:45.621Z (3 months ago)
- Topics: backward-compatibility, bytecode, cross-compilation, gradle, gradle-plugin, plugin
- Language: Shell
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
**Tested on Java LTS versions from 11 to 24.**
**Tested on Gradle versions from 8.13 to 9.0.0-rc-2.**
# `name.remal.backward-compatible-bytecode` plugin
[](https://docs.gradle.org/current/userguide/configuration_cache.html)
```groovy
plugins {
id 'name.remal.backward-compatible-bytecode' version '0-SNAPSHOT'
}
```
Gradle plugin description