# groovy **Repository Path**: geekjohn/groovy ## Basic Information - **Project Name**: groovy - **Description**: Locally modified Groovy - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: 1.8.2-jenkins - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2025-09-01 - **Last Updated**: 2025-09-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README $Id$ Building ======== To build you will need: * JDK 1.5+ (http://java.sun.com/j2se/) * Apache Ant 1.7+ (http://ant.apache.org) For detailed instructions please see: http://groovy.codehaus.org/Building+Groovy+from+Source To build everything, run tests and create a complete installation: ant install To build without running tests: ant install -DskipTests=true