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 4f7f58b + fe9b47f commit 11af681Copy full SHA for 11af681
.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 --fail -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