An open API service indexing awesome lists of open source software.

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.

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

[![configuration cache: supported](https://img.shields.io/static/v1?label=configuration%20cache&message=supported&color=success)](https://docs.gradle.org/current/userguide/configuration_cache.html)

```groovy
plugins {
id 'name.remal.backward-compatible-bytecode' version '0-SNAPSHOT'
}
```

 

Gradle plugin description