Skip to content

Commit befa1d2

Browse files
author
Langston Smith
committed
added setup to scalebar module
1 parent fc446f0 commit befa1d2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

plugin-scalebar/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@ dependencies {
3030
}
3131

3232
apply from: "${rootDir}/gradle/javadoc.gradle"
33-
apply from: "${rootDir}/gradle/publish.gradle"
34-
apply from: "${rootDir}/gradle/checkstyle.gradle"
33+
apply from: "${rootDir}/gradle/checkstyle.gradle"
34+
apply from: "${rootDir}/gradle/artifact-settings.gradle"
35+
apply from: "${rootDir}/gradle/gradle-bintray.gradle"

0 commit comments

Comments
 (0)