Skip to content

Commit

Permalink
Update generateclasses.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers committed Nov 4, 2024
1 parent a946abb commit 20c5005
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/generateclasses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,19 @@ jobs:
- name: Clear Java generated files
run: Remove-Item .\src\jvm\knet\src\main\java\org\mases\knet\generated\* -Recurse -Force -Exclude README.md

- run: dotnet tool update --version 2.5.9 -g MASES.JNetReflector
- run: dotnet tool update --version 2.5.10 -g MASES.JNetReflector

- name: Build classes
shell: cmd
run: jnetreflector -TraceLevel 0 -OriginRootPath .\jars -DestinationRootPath .\src\ -ConfigurationFile .\src\configuration.json
run: jnetreflector -TraceLevel 1 -TraceTo %GITHUB_WORKSPACE%\JNetReflector.txt -OriginRootPath %GITHUB_WORKSPACE%\jars -DestinationRootPath %GITHUB_WORKSPACE%\src\ -ConfigurationFile %GITHUB_WORKSPACE%\src\configuration.json
env:
JCOBRIDGE_LicensePath: ${{ secrets.JCOBRIDGE_ONLINE }}


- uses: actions/upload-artifact@v4
with:
name: JNetReflector report
path: .\JNetReflector.txt

- name: Extract commit SHA
run: |
echo "GITHUB_COMMIT_MESSAGE=$(echo $GITHUB_SHA | cut -c 1-7)" >> $GITHUB_ENV
Expand Down

0 comments on commit 20c5005

Please sign in to comment.