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 ca3b7b4 commit 5a3683aCopy full SHA for 5a3683a
build.gradle
@@ -41,17 +41,21 @@ subprojects {
41
pkg {
42
userOrg = 'embulk-input-s3'
43
repo = 'maven'
44
- name = project.name
45
- desc = project.description
+ afterEvaluate {
+ name = project.name
46
+ desc = project.description
47
+ }
48
websiteUrl = 'https://github.com/embulk/embulk-input-s3'
49
issueTrackerUrl = 'https://github.com/embulk/embulk-input-s3/issues'
50
vcsUrl = 'https://github.com/embulk/embulk-input-s3.git'
51
licenses = ['Apache-2.0']
52
labels = ['embulk', 'java']
53
publicDownloadNumbers = true
54
- version {
- name = project.version
55
56
+ version {
57
+ name = project.version
58
59
}
60
61
0 commit comments