We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df1c3f4 commit 2252ebeCopy full SHA for 2252ebe
2 files changed
build.gradle
@@ -28,6 +28,10 @@ allprojects {
28
name 'Google'
29
}
30
31
+ tasks.withType(Javadoc) {
32
+ options.addStringOption('Xdoclint:none', '-quiet')
33
+ options.addStringOption('encoding', 'UTF-8')
34
+ }
35
36
37
task clean(type: Delete) {
cardhelper/build.gradle
@@ -7,7 +7,7 @@ publish {
7
def publishVersionID = '0.0.0.2'
8
9
userOrg = 'kngfrhzs'
10
- repoName = 'interaction_cards'
+ repoName = 'maven'
11
groupId = groupProjectID
12
artifactId = artifactProjectID
13
publishVersion = publishVersionID
0 commit comments