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 07f697c commit f1d7d0fCopy full SHA for f1d7d0f
.github/workflows/github-packages-publish.yml
@@ -69,3 +69,11 @@ jobs:
69
70
- name: Publish to Maven Central
71
run: ./gradlew publish
72
+
73
+ - name: Create Deployment on Central Publisher Portal
74
+ run: |
75
+ curl -X 'POST' \
76
+ 'https://ossrh-staging-api.central.sonatype.com/manual/upload/defaultRepository/com.onixbyte?publishing_type=user_managed' \
77
+ -H 'accept: */*' \
78
+ -H 'Authorization: Bearer ${{ secrets.MAVEN_PORTAL_TOKEN }}' \
79
+ -d ''
gradle.properties
@@ -15,7 +15,7 @@
15
# limitations under the License.
16
#
17
18
-artefactVersion=2.1.0
+artefactVersion=2.1.2
19
projectUrl=https://onixbyte.com/JDevKit
20
projectGithubUrl=https://github.com/OnixByte/JDevKit
21
licenseName=The Apache License, Version 2.0
0 commit comments