diff options
author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2020-10-30 04:48:03 +0100 |
---|---|---|
committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2020-10-30 04:48:52 +0100 |
commit | 28fbff467b3f3f3f5a4128313de02c9b1b2cb41d (patch) | |
tree | b7f674e9e3f6b2dfe24ef85a1179051dceedfd43 /doc | |
parent | 647c36f01619d10bd88ec86f05f9833b08d8a371 (diff) | |
download | lombok-28fbff467b3f3f3f5a4128313de02c9b1b2cb41d.tar.gz lombok-28fbff467b3f3f3f5a4128313de02c9b1b2cb41d.tar.bz2 lombok-28fbff467b3f3f3f5a4128313de02c9b1b2cb41d.zip |
[issue #285] Compiling with Maven+Tycho should now work
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changelog.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index d56e6d40..79407289 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -3,6 +3,7 @@ Lombok Changelog ### v1.18.17 "Edgy Guinea Pig" * BUGFIX: Netbeans would not work with 1.18.16 anymore. [Issue #2612](https://github.com/rzwitserloot/lombok/issues/2612) +* (potential) BUGFIX: Using lombok with Maven Tycho now works. With assistance from [Rabea Gransberger](https://github.com/rgra). [Issue #285](https://github.com/rzwitserloot/lombok/issues/285) ### v1.18.16 (October 15th, 2020) * BUGFIX: Version 1.18.14 could not be installed in Eclipse, it would break Eclipse. |