Bernhard Posselt
05/19/2026, 7:17 AMAdam
05/19/2026, 2:53 PMORG_GRADLE_PROJECT_... environment variables docs.
The npm ecosystem has problems that just don't exist in the JVM world (I'm happy to say more if you're interested).Bernhard Posselt
05/19/2026, 2:55 PMBernhard Posselt
05/19/2026, 2:56 PMBernhard Posselt
05/19/2026, 3:13 PMVampire
05/19/2026, 3:16 PMtony
05/19/2026, 6:06 PM- name: Publish snapshot
if: github.repository == 'autonomousapps/dependency-analysis-gradle-plugin' && github.ref == 'refs/heads/main'
run: './gradlew :publishToMavenCentral'
env:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}