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 d3f9d1b commit dd3d3f4Copy full SHA for dd3d3f4
build.gradle
@@ -58,7 +58,7 @@ task createPom {
58
{
59
project {
60
artifactId 'jackson-json-crypto'
61
- groupId 'com.codingrodent.jackson.crypto'
+ groupId 'com.codingrodent'
62
name 'com.codingrodent.jackson.crypto'
63
description 'A Crypto Module for Jackson'
64
url 'https://github.com/codesqueak/jackson-json-crypto'
gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,6 @@
1
+#Tue Jan 09 23:45:56 GMT 2018
2
distributionBase=GRADLE_USER_HOME
3
distributionPath=wrapper/dists
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-4.4.1-bin.zip
6
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.4.1-all.zip
0 commit comments