Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 515c6e9

Browse files
committed
Add vcsUrl - update artifactory plugin
1 parent 132fc11 commit 515c6e9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1919
apply plugin: 'eclipse'
2020
apply 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"
2323
apply plugin: "org.grails.grails-gsp"
2424
apply plugin: "org.grails.grails-doc"
25+
apply plugin: "com.jfrog.artifactory"
2526

2627

2728
ext {

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
grailsVersion=4.0.0
2+
vcsUrl=https://github.com/grails3-plugins/mail/

0 commit comments

Comments
 (0)