We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c230575 commit b978609Copy full SHA for b978609
README.md
@@ -6,6 +6,8 @@ This is a Java wrapper around the MailChimp API. Checkout `Example.groovy` for a
6
7
./gradlew -b dev.gradle run
8
9
+In `Example.groovy` you need to set your credentials and a mailchimp list id.
10
+
11
## Maven / Gradle
12
13
This library can be included from Maven, e.g using gradle:
dev.gradle
@@ -5,7 +5,7 @@ apply plugin: 'application'
5
sourceSets.main.java.srcDirs = []
sourceSets.main.groovy.srcDirs += ["src/main/java"]
-sourceSets.main.groovy.srcDirs += ["."]
+sourceSets.main.groovy.srcDirs += ["example"]
mainClassName = "com.mailchimp.Example"
Example.groovy renamed to example/Example.groovy
0 commit comments