Skip to content

Commit

Permalink
Generate sources with Cfr instead of Vineflower for now
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Sep 27, 2024
1 parent a669178 commit 664f5aa
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 @@ -16,7 +16,7 @@ jobs:
java-version: "17"
- uses: gradle/wrapper-validation-action@v3
- run: cd test-mod && ./gradlew build
- run: cd test-mod && ./gradlew genSources
- run: cd test-mod && ./gradlew genSourcesWithCfr
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 @@ -16,7 +16,7 @@ jobs:
java-version: "17"
- uses: gradle/wrapper-validation-action@v3
- run: cd test-mod && ./gradlew build
- run: cd test-mod && ./gradlew genSources
- run: cd test-mod && ./gradlew genSourcesWithCfr
- run: ./gradlew build publish --stacktrace
env:
MAVEN_URL: ${{ secrets.MAVEN_URL }}
Expand Down

0 comments on commit 664f5aa

Please sign in to comment.