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 7470028 commit ac14fc9Copy full SHA for ac14fc9
1 file changed
.github/workflows/ci.yml
@@ -82,7 +82,7 @@ jobs:
82
MAVEN_PUBLISH_URL: 'https://central.sonatype.com/repository/maven-snapshots/'
83
MAVEN_PUBLISH_USERNAME: ${{ secrets.NEXUS_PUBLISH_USERNAME }}
84
MAVEN_PUBLISH_PASSWORD: ${{ secrets.NEXUS_PUBLISH_PASSWORD }}
85
- working-directory: './plugin'
+# working-directory: './plugin'
86
run: >
87
../gradlew publish
88
--no-build-cache
0 commit comments