Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers committed Sep 16, 2024
1 parent 3242c42 commit e992048
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/generateclasses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ jobs:
run: Remove-Item .\src\net\JNet\Generated\* -Recurse -Force -Exclude README.md

- name: Clear Java generated files
run: |
Remove-Item .\src\jvm\jnetcore\src\main\java\org\mases\jnet\generated\* -Recurse -Force -Exclude README.md
Remove-Item .\src\jvm\jnet\src\main\java\org\mases\jnet\generated\* -Recurse -Force -Exclude README.md
run: Remove-Item .\src\jvm\jnet\src\main\java\org\mases\jnet\generated\* -Recurse -Force -Exclude README.md

- run: dotnet build --no-incremental --configuration Release src\net\JNetReflector\JNetReflector.csproj

Expand Down

0 comments on commit e992048

Please sign in to comment.