Skip to content

Commit

Permalink
Publish all projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 13, 2024
1 parent 99a8164 commit 3b07796
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
uses: metaborg/actions/.github/workflows/gradle-build-matrix.yaml@main
with:
gradle-command: |
gradle :convention-plugin:publishToMavenLocal
gradle build
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: metaborg/actions/.github/workflows/gradle-publish.yaml@main
with:
gradle-command: |
gradle :convention-plugin:assemble :convention-plugin:publish
gradle assemble publish
gradle-version-command: |
gradle -q :convention-plugin:printVersion
secrets:
Expand Down
3 changes: 0 additions & 3 deletions example/java-example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,4 @@ dependencies {
afterEvaluate {
// Do not try to publish this project
tasks.withType<AbstractPublishToMaven>().configureEach { enabled = false }
// tasks.named("checkNotDirty") { enabled = false }
// tasks.named("assertNotDirty") { enabled = false }
// tasks.named("checkSnapshotDependencies") { enabled = false }
}

0 comments on commit 3b07796

Please sign in to comment.