Skip to content

Commit 2252ebe

Browse files
author
Muhammed Emin Ayar
committed
Publish v2
1 parent df1c3f4 commit 2252ebe

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ allprojects {
2828
name 'Google'
2929
}
3030
}
31+
tasks.withType(Javadoc) {
32+
options.addStringOption('Xdoclint:none', '-quiet')
33+
options.addStringOption('encoding', 'UTF-8')
34+
}
3135
}
3236

3337
task clean(type: Delete) {

cardhelper/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish {
77
def publishVersionID = '0.0.0.2'
88

99
userOrg = 'kngfrhzs'
10-
repoName = 'interaction_cards'
10+
repoName = 'maven'
1111
groupId = groupProjectID
1212
artifactId = artifactProjectID
1313
publishVersion = publishVersionID

0 commit comments

Comments
 (0)