Gradle Groovy Plugin: Difference between revisions
Jump to navigation
Jump to search
Line 18: | Line 18: | ||
} | } | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=TODO= | |||
Gradle in Action Section 11.2.2 Building Groovy Projects. |
Revision as of 21:10, 26 March 2021
External
Internal
Overview
plugins {
id 'groovy'
}
repositories {
mavenCentral()
}
dependencies {
implementation 'org.codehaus.groovy:groovy-all:3.0.7'
}
TODO
Gradle in Action Section 11.2.2 Building Groovy Projects.