> Are you certain that the project is explicitly using that version? (i.e. you > see it in your projects dependency tree inside Netbeans)
Yes I am certain. The dependency XML was copied directly from the pom.xml Ian Utley schrieb am 20.09.2019 um 14:55: > On Fri, Sep 20, 2019 at 12:12 PM Thomas Kellerer <[email protected] > <mailto:[email protected]>> wrote: > > We are using the same Lombok version: 1.18.4 > > <dependency> > <groupId>org.projectlombok</groupId> > <artifactId>lombok</artifactId> > <version>1.18.4</version> > <optional>true</optional> > </dependency> > > Maven Compiler version is: 3.5.1 > > The whole project is set to use Java 1.8 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
