Skip to content

This is a PoC to learn the usage of Gradle in a project with FileNet

Notifications You must be signed in to change notification settings

LoCortes/Filenet-Gradle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Filenet-Gradle

This is a PoC to learn the usage of Gradle in a project with FileNet

Steps to configure Gradle for a new project:

  1. Copy gradle.properties, gradlew and gradlew.bat files at project root
  • The gradle.properties contains content like the proxy configuration
  1. Copy the wrapper folder containing the gradle-wrapper.jar and gradle-wrapper.properties
  • Gradle-wrapper.properties indicates the distribution to be used
  1. 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

  1. Restart IntelliJ if opened so it will request to link the Gradle project to the existing one.

About

This is a PoC to learn the usage of Gradle in a project with FileNet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published