Skip to content

Commit

Permalink
Fix genSources test?
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Sep 27, 2024
1 parent 824c23b commit a669178
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish-1.8-exp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
distribution: "temurin"
java-version: "17"
- uses: gradle/wrapper-validation-action@v3
- run: cd test-mod && ./gradlew build genSources
- run: cd test-mod && ./gradlew build
- run: cd test-mod && ./gradlew genSources
env:
EXPERIMENTAL: true
- run: ./gradlew build publish --stacktrace
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish-1.8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
distribution: "temurin"
java-version: "17"
- uses: gradle/wrapper-validation-action@v3
- run: cd test-mod && ./gradlew build genSources
- run: cd test-mod && ./gradlew build
- run: cd test-mod && ./gradlew genSources
- run: ./gradlew build publish --stacktrace
env:
MAVEN_URL: ${{ secrets.MAVEN_URL }}
Expand Down

0 comments on commit a669178

Please sign in to comment.