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 2639655 commit 5f59ad0Copy full SHA for 5f59ad0
gradle.properties
@@ -23,7 +23,7 @@ targetCompatibility = 1.8
23
commonsLangVersion = 3.17.0
24
commonsBeanutilsVersion = 1.11.0
25
commonsCollections4Version = 4.5.0
26
-ezmorphVersion = 3.1.0
+ezmorphVersion = 3.2.0
27
jacocoVersion = 0.8.12
28
junitVersion = 4.13.2
29
slf4jVersion = 2.0.17
jreleaser.yml
@@ -72,12 +72,10 @@ signing:
72
73
deploy:
74
maven:
75
- nexus2:
76
- maven-central:
+ mavenCentral:
+ release-deploy:
77
active: RELEASE
78
- url: https://s01.oss.sonatype.org/service/local
79
- closeRepository: true
80
- releaseRepository: true
+ url: https://central.sonatype.com/api/v1/publisher
81
stagingRepositories:
82
- build/repos/local/release
83
0 commit comments