# linkedin-utils **Repository Path**: mirrors_linkedin/linkedin-utils ## Basic Information - **Project Name**: linkedin-utils - **Description**: Base utilities shared by all linkedin open source projects - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README WARNING WARNING WARNING WARNING =============================== This project is no longer maintained in this repository. To find the latest version of this project, check the [pongasoft/utils-misc](https://github.com/pongasoft/utils-misc) fork. WARNING WARNING WARNING WARNING =============================== Introduction ============ The project represents a set of utility classes that are used by other LinkedIn open source projects. Compilation =========== In order to compile the code you need * java 1.6 At the top simply run ./gradlew test which should compile and run all the tests. IDE Support =========== You can issue the command (at the top) ./gradlew cleanIdea idea which will use the gradle IDEA plugin to create the right set of modules in order to open the project in IntelliJ IDEA. Directory structure =================== * `org.linkedin.util-core` * Contains a set of java utilities with no external dependencies (except slf4j for logging). * `org.linkedin.util-groovy` * Contains a set of groovy utilities Build configuration =================== The project uses the [`org.linkedin.userConfig`](https://github.com/linkedin/gradle-plugins/blob/master/README.md) plugin and as such can be configured Example: ~/.userConfig.properties top.build.dir="/Volumes/Disk2/deployment/${userConfig.project.name}" top.install.dir="/export/content/${userConfig.project.name}" top.release.dir="/export/content/repositories/release" top.publish.dir="/export/content/repositories/publish"