Skip to content
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.

Releases: ZacSweers/kgp-150-leak-patcher

1.1.0

08 May 17:31
2ba10cc
Compare
Choose a tag to compare

New: The plugin now uses a Gradle BuildService under the hood, which makes it compatible with Configuration Caching. Thanks to @christiandeange from Square for contributing this!

New: If you need to disable the applicability check for some reason, it can be disabled by setting the kgp15leak.checkApplicability property to false.

1.0.1

06 May 04:07
6c550b3
Compare
Choose a tag to compare

Fix: Inverted logic on the plugin application in a recent refactoring meant the plugin wasn't getting applied.

Thanks to @msfjarvis for this quick fix!