File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
88 }
99 dependencies {
1010 classpath " org.grails:grails-gradle-plugin:$grailsVersion "
11- classpath ' com .jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4 '
11+ classpath " org .jfrog.buildinfo:build-info-extractor-gradle:latest.release "
1212 }
1313}
1414
@@ -18,10 +18,11 @@ group "org.grails.plugins"
1818
1919apply plugin : ' eclipse'
2020apply plugin : ' idea'
21- apply plugin :" org.grails.grails-plugin"
22- apply plugin :" org.grails.grails-plugin-publish"
21+ apply plugin : " org.grails.grails-plugin"
22+ apply plugin : " org.grails.grails-plugin-publish"
2323apply plugin : " org.grails.grails-gsp"
2424apply plugin : " org.grails.grails-doc"
25+ apply plugin : " com.jfrog.artifactory"
2526
2627
2728ext {
Original file line number Diff line number Diff line change 11grailsVersion =4.0.0
2+ vcsUrl =https://github.com/grails3-plugins/mail/
You can’t perform that action at this time.
0 commit comments