Skip to content

Commit b978609

Browse files
Fixes example script
1 parent c230575 commit b978609

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This is a Java wrapper around the MailChimp API. Checkout `Example.groovy` for a
66

77
./gradlew -b dev.gradle run
88

9+
In `Example.groovy` you need to set your credentials and a mailchimp list id.
10+
911
## Maven / Gradle
1012

1113
This library can be included from Maven, e.g using gradle:

dev.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'application'
55

66
sourceSets.main.java.srcDirs = []
77
sourceSets.main.groovy.srcDirs += ["src/main/java"]
8-
sourceSets.main.groovy.srcDirs += ["."]
8+
sourceSets.main.groovy.srcDirs += ["example"]
99

1010
mainClassName = "com.mailchimp.Example"
1111

File renamed without changes.

0 commit comments

Comments
 (0)