Skip to content

Commit 132fc11

Browse files
committed
Include publish gradle files
1 parent 77912ff commit 132fc11

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,7 @@ dependencies {
6060

6161
compile "javax.mail:javax.mail-api:1.6.2"
6262
compile "com.sun.mail:javax.mail:1.6.2"
63-
}
63+
}
64+
65+
apply from: "${rootProject.projectDir}/gradle/grailsPublish.gradle"
66+
apply from: "${rootProject.projectDir}/gradle/artifactoryPublish.gradle"

0 commit comments

Comments
 (0)