enonic / app-features

App that is used to test features.
Other
3 stars 0 forks source link

Features App

This application is used for testing features for Enonic XP. It follows our main Enonic XP releases.

Releases

Here's a list of released versions with compatibility notes:

Building

Build all code and run all tests:

./gradlew build

Build all code skipping all tests:

./gradlew build -x test

To publish the app to our repository:

./gradlew publish