Skip to content

Commit

Permalink
Refs #71 - build.gradle: added a few comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbmarcum committed Aug 17, 2019
1 parent 695e900 commit e8e6f7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ dependencyManagement {
// only used for multi-project build
// normally added in dependencies block/
// added here for hot reloads
// use dependency block for building releases
/*
grails {
plugins {
Expand Down Expand Up @@ -125,8 +126,7 @@ dependencies {
// for using karman-aws for photos etc.
compile 'com.bertramlabs.plugins:karman-aws:1.2.1'

// for paypal - currently needs added to local maven .m2 cache
// compile 'org.grails.plugin:grails-paypal:1.1.1'
// for paypal
compile 'net.codebuilders:grails-paypal:3.3.2'

// for hibernate search
Expand Down

0 comments on commit e8e6f7a

Please sign in to comment.