This repository was archived by the owner on Nov 29, 2023. It is now read-only.
Releases: etiennestuder/gradle-plugindev-plugin
Releases · etiennestuder/gradle-plugindev-plugin
Toolchain usage
Leverage toolchain support to define the JVM language version that is used to compile and test the Gradle plugin.
Gradle 7.1 minimum requirement
Fix deprecated API usages and make Gradle 7.1 the minimum required version.
Bintray removal
Change from publishing to Bintray to publishing to the Plugin Portal directly.
Gradle 7.0 compatibility
Add compatibility with Gradle 7. Make Gradle 6 the minimum compatibility.
Maintenance release
Add compatibility all the way back to Gradle 3.5.1.
Maintenance release
Register custom tasks at plugin application time.
Include TestKit meta data file
Include plugin under test meta data file to run functional tests with TestKit.
Maintenance release
Set issueManagement.url and license.distribution in pom.xml.
Maintenance release
Set source and target compatibility for Java and Groovy to 1.8.
Maintenance release
Use version 1.8.4 of gradle-bintray-plugin.
Build gradle-plugindev-plugin project with Gradle 4.10.3.