Skip to content

Commit

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

0 comments on commit 824c23b

Please sign in to comment.