This is a PoC to learn the usage of Gradle in a project with FileNet
Steps to configure Gradle for a new project:
- Copy gradle.properties, gradlew and gradlew.bat files at project root
- The gradle.properties contains content like the proxy configuration
- Copy the wrapper folder containing the gradle-wrapper.jar and gradle-wrapper.properties
- Gradle-wrapper.properties indicates the distribution to be used
- Go to the path of the project where the bat is created (C:\Users\xxx\IdeaProjects\FilenetUtilities>) and execute it. After the execution, on the view Gradle Projects a new one appears
:help
Welcome to Gradle 2.10.
To run a build, run gradlew ...
To see a list of available tasks, run gradlew tasks
To see a list of command-line options, run gradlew --help
To see more detail about a task, run gradlew help --task
BUILD SUCCESSFUL
Total time: 5.754 secs
- Restart IntelliJ if opened so it will request to link the Gradle project to the existing one.