We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7579ea3 commit 4f4e65bCopy full SHA for 4f4e65b
.github/workflows/gradle.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Build with Gradle
27
run: ./gradlew build
28
- name: Publish with Gradle
29
- run: ./gradlew publish
+ run: ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository
30
env:
31
MAVEN_CENTRAL_USER: ${{ secrets.MAVEN_CENTRAL_USER }}
32
MAVEN_CENTRAL_PASSWORD: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
build.gradle
@@ -3,6 +3,7 @@ import aQute.bnd.gradle.Bundle
3
buildscript {
4
repositories {
5
mavenCentral()
6
+ sonatype()
7
}
8
dependencies {
9
classpath 'biz.aQute.bnd:biz.aQute.bnd.gradle:5.1.2'
@@ -42,6 +43,7 @@ release {
42
43
44
45
46
47
48
49
gradle.projectsEvaluated {
0 commit comments