Author:
Lesley Dean
Changed on:
18 Apr 2024
1. Open IntelliJ, and click Open…
2. Navigate to the plugin project you have just generated from the install scripts, and click Open
3. Right click on the project root, and click Open Module Settings
4. Under Platform Settings, make sure that JDK 17 is available. If not, you will need to add it using the plus ➕ sign button
5. On Project, make sure SDK 17 is selected, and Language level set to “SDK default”
6. On Modules, make sure Language Level is set to 8
7. Click Apply and OK
`pom.xml`
`<properties>`
`<mockito.version>5.2.0</mockito.version>`
`<lombok.version>1.18.20</lombok.version>`
`<dependencies>`
`<build><plugins>`
`<build><plugins>`
Your Plugin should now work with JDK 17 and Maven 3.9.2, and you can continue with the Write your first Custom Rule (Hello World) step.
Copyright © 2024 Fluent Retail Pty Ltd (trading as Fluent Commerce). All rights reserved. No materials on this docs.fluentcommerce.com site may be used in any way and/or for any purpose without prior written authorisation from Fluent Commerce. Current customers and partners shall use these materials strictly in accordance with the terms and conditions of their written agreements with Fluent Commerce or its affiliates.