Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 713 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 713 Bytes

Purpose

This project should help scripting developers develop their Groovy Scripts within their favorite IDE against their target Liferay version as defined by targetVersion in the build.gradle.

Intellij LR Context Support

To Use

git clone git@github.com:SGM3/LiferayGroovyContextSupport.git

Import the project into you favorite IDE.

Then simply add any new Groovy file (or use GroovtTestIt.groovy) in src/main/groovy, add the import for mocked objects import static internal.MockObjects.* and enjoy the benefits 😁 .

Special Thanks

To Allen Ziegenfus for giving me the idea.