Skip to content

Commit 9484c04

Browse files
tombrusclaude
andcommitted
publish releases to maven central
mvgplugin 3.0.0, pass central secrets in CI, MVG deps at central-released versions. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent ecf43fb commit 9484c04

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ jobs:
99
env:
1010
ALLREP_TOKEN: "${{secrets.ALLREP_TOKEN}}"
1111
TOKEN: "${{secrets.ALLREP_TOKEN}}"
12+
CENTRAL_USERNAME: "${{secrets.CENTRAL_USERNAME}}"
13+
CENTRAL_PASSWORD: "${{secrets.CENTRAL_PASSWORD}}"
14+
MVG_SIGNING_KEY: "${{secrets.MVG_SIGNING_KEY}}"
15+
MVG_SIGNING_PASSPHRASE: "${{secrets.MVG_SIGNING_PASSPHRASE}}"
1216
CI: "true"
1317
steps:
1418
- uses: actions/checkout@v6

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defaultTasks("mvgCorrector", "test", "publish", "mvgTagger")
2323
plugins {
2424
`java-library`
2525
`maven-publish`
26-
id("org.modelingvalue.gradle.mvgplugin") version "2.3.23"
26+
id("org.modelingvalue.gradle.mvgplugin") version "3.0.0"
2727
}
2828
publishing {
2929
publications {

0 commit comments

Comments
 (0)