Customize dependency management for package maintainers.
1:EBHXAZLOEBEXG43VMVZQ_p1601962153Customize dependency management for package maintainers.$generalUtil.htmlEncode($task.priority)$generalUtil.htmlEncode($task.createdDate)$generalUtil.htmlEncode($task.completed)$generalUtil.htmlEncode($task.completedDate)$generalUtil.htmlEncode($task.locked)hans_d
handler
Don't let test output appear on console
1:EBHXAZLOEBEXG43VMVZQ_p1713100827Don\'t let test output appear on console$generalUtil.htmlEncode($task.priority)$generalUtil.htmlEncode($task.createdDate)$generalUtil.htmlEncode($task.completed)$generalUtil.htmlEncode($task.completedDate)$generalUtil.htmlEncode($task.locked)hans_d
handler
Add missing descriptions to Gradle tasks
1:EBHXAZLOEBEXG43VMVZQ_p1265190570Add missing descriptions to Gradle tasks$generalUtil.htmlEncode($task.priority)$generalUtil.htmlEncode($task.createdDate)$generalUtil.htmlEncode($task.completed)$generalUtil.htmlEncode($task.completedDate)$generalUtil.htmlEncode($task.locked)hans_d
handler
Let groovydoc run in forked mode.
1:EBHXAZLOEBEXG43VMVZQ_n1681629097Let groovydoc run in forked mode.$generalUtil.htmlEncode($task.priority)$generalUtil.htmlEncode($task.createdDate)$generalUtil.htmlEncode($task.completed)$generalUtil.htmlEncode($task.completedDate)$generalUtil.htmlEncode($task.locked)hans_d
handler
Write a task that checks that Gradle runs the same tests as ant
1:EBHXAZLOEBEXG43VMVZQ_p448719074Write a task that checks that Gradle runs the same tests as ant$generalUtil.htmlEncode($task.priority)$generalUtil.htmlEncode($task.createdDate)$generalUtil.htmlEncode($task.completed)$generalUtil.htmlEncode($task.completedDate)$generalUtil.htmlEncode($task.locked)hans_d
handler
Make Groovy compile on Java 5
1:EBHXAZLOEBEXG43VMVZQ_n1583645717Make Groovy compile on Java 5$generalUtil.htmlEncode($task.priority)$generalUtil.htmlEncode($task.createdDate)$generalUtil.htmlEncode($task.completed)$generalUtil.htmlEncode($task.completedDate)$generalUtil.htmlEncode($task.locked)hans_d
handler
Write a task that checks that Gradle generates a similar pom to ant
1:EBHXAZLOEBEXG43VMVZQ_n802632095Write a task that checks that Gradle generates a similar pom to ant$generalUtil.htmlEncode($task.priority)$generalUtil.htmlEncode($task.createdDate)$generalUtil.htmlEncode($task.completed)$generalUtil.htmlEncode($task.completedDate)$generalUtil.htmlEncode($task.locked)hans_d
handler
Make install dir customizable
1:EBHXAZLOEBEXG43VMVZQ_p1749484326Make install dir customizable$generalUtil.htmlEncode($task.priority)$generalUtil.htmlEncode($task.createdDate)$generalUtil.htmlEncode($task.completed)$generalUtil.htmlEncode($task.completedDate)$generalUtil.htmlEncode($task.locked)hans_d
handler
Refactor static pom definition into extra file.
1:EBHXAZLOEBEXG43VMVZQ_n825350263Refactor static pom definition into extra file.$generalUtil.htmlEncode($task.priority)$generalUtil.htmlEncode($task.createdDate)$generalUtil.htmlEncode($task.completed)$generalUtil.htmlEncode($task.completedDate)$generalUtil.htmlEncode($task.locked)hans_d
Compares that all the jars contains the same paths and have the same manifest. Compares that all the zips have the same paths. As we use the same output structure as the Ant build we need to remove the classes dir of the Ant build (as its put some Meta-Inf stuff in there we generate differently).
Run Tests
ant test
./gradlew test
./gradlew compareTests
Compares the result XML of the Ubertest cases. Checks that the same tests are run by Ant and Gradle.
Poms
ant installRepo
./gradlew generatePoms
./gradlew comparePoms
Compares that the Ant pom's have the exactly the same dependencies (including optional, scope and exclusions) as the Gradle pom.