Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-kraemer committed Apr 15, 2022
1 parent b93b25c commit 4a682b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

# publish to local maven repo but skip signing because this fails without a key
- name: Build and install
run: ./gradlew publishToMavenLocal -x signShadowPublication
run: ./gradlew publishToMavenLocal -x signPluginMavenPublication -x signDownloadPluginPluginMarkerMavenPublication

- name: Run unit tests
run: ./gradlew test --console=plain
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:

# publish to local maven repo but skip signing because this fails without a key
- name: Build and install
run: ./gradlew publishToMavenLocal -x signShadowPublication
run: ./gradlew publishToMavenLocal -x signPluginMavenPublication -x signDownloadPluginPluginMarkerMavenPublication

- name: Run integration tests
run: ./gradlew integrationTest -PintegrationTestIncludes="^${{ matrix.version }}\\."

0 comments on commit 4a682b2

Please sign in to comment.