Skip to content

Commit

Permalink
add addon gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
zaharchenko committed Mar 3, 2019
1 parent 7e9807e commit ff6576f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def servletApi = 'javax.servlet:javax.servlet-api:3.1.0'


apply(plugin: 'cuba')
apply(plugin: 'addon-gradle-plugin')

cuba {
artifact {
Expand All @@ -53,7 +54,7 @@ configure([globalModule, coreModule, guiModule, webModule]) {
apply(plugin: 'java')
apply(plugin: 'maven')
apply(plugin: 'cuba')
apply(plugin: 'checkstyle')
apply(plugin: 'addon-gradle-plugin')

dependencies {
testCompile('junit:junit:4.12')
Expand Down

0 comments on commit ff6576f

Please sign in to comment.