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.
2 parents 46c8a4e + 70de291 commit 600c480Copy full SHA for 600c480
gatherer/build.gradle
@@ -91,7 +91,7 @@ afterEvaluate { project ->
91
92
pom.groupId = group_id
93
pom.artifactId = artifact_id
94
- pom.version = version_code
+ pom.version = version_name
95
96
repository(url: getReleaseRepositoryUrl()) {
97
authentication(userName: getRepositoryUsername(),
gradle.properties
@@ -46,7 +46,7 @@ kotlin_plugin_version=1.0.2
46
sdk_manager_version=0.12.0
47
48
# Maven
49
-version_name=1.4.0
+version_name=1.4.1
50
version_code=4
51
group_id=com.github.kennethnickles
52
artifact_id=gatherer
0 commit comments