File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ dependencies {
5353 implementation platform(" org.apache.grails:grails-gradle-bom:${ versions.get('grailsVersion')} " )
5454 implementation " org.asciidoctor:asciidoctor-gradle-jvm:${ versions.get('asciidoctorGradlePluginVersion')} "
5555 implementation ' cloud.wondrify:asset-pipeline-gradle'
56+ implementation ' org.apache.grails.gradle:grails-publish'
5657 implementation ' org.apache.grails:grails-gradle-plugins'
5758 implementation " org.nosphere.apache.rat:org.nosphere.apache.rat.gradle.plugin:${ versions.get('ratVersion')} "
5859 implementation " org.gradle.crypto.checksum:org.gradle.crypto.checksum.gradle.plugin:${ versions.get('gradleCryptoChecksumVersion')} "
Original file line number Diff line number Diff line change 1818 */
1919
2020import org.gradle.crypto.checksum.Checksum
21- import org.grails.gradle.plugin.publishing .GrailsPublishExtension
21+ import org.apache. grails.gradle.publish .GrailsPublishExtension
2222
2323extensions. configure(GrailsPublishExtension ) {
2424
You can’t perform that action at this time.
0 commit comments