What does this Gradle lines mean?
This lines are from GroovyFx project, which was written for Java 8.
What does the classpath variables mean and how can be this translated into the latest Gradle specifications?:
How are the destinationDirectory properties in the build.gradle Jar closure generated
I was confused when looking at the gradle source code. The destinationDirectory property in the AbstractArchiveTask is not declared AbstractArchiveTask, but why can it be called directly?
How to understanc MavenPublication in syntax
when i read doc:https://docs.gradle.org/current/javadoc/org/gradle/api/publish/maven/MavenPublication.html. i saw content blow.