From a946abbbd8ec87dc68c7cc60f4fd9b019e8eeb45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 23:29:20 +0000 Subject: [PATCH 1/2] Bump MASES.JNetPSCore from 2.5.9 to 2.5.10 in /src/net Bumps [MASES.JNetPSCore](https://github.com/masesgroup/JNet) from 2.5.9 to 2.5.10. - [Release notes](https://github.com/masesgroup/JNet/releases) - [Commits](https://github.com/masesgroup/JNet/compare/V2.5.9.0...V2.5.10.0) --- updated-dependencies: - dependency-name: MASES.JNetPSCore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/net/KNetPS/KNetPS.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net/KNetPS/KNetPS.csproj b/src/net/KNetPS/KNetPS.csproj index 0f9cc92e2..65e4f27a6 100644 --- a/src/net/KNetPS/KNetPS.csproj +++ b/src/net/KNetPS/KNetPS.csproj @@ -42,7 +42,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 20c5005825ef424d2aef6701111d6e2f014768a4 Mon Sep 17 00:00:00 2001 From: masesdevelopers <94312179+masesdevelopers@users.noreply.github.com> Date: Tue, 5 Nov 2024 00:52:52 +0100 Subject: [PATCH 2/2] Update generateclasses.yaml --- .github/workflows/generateclasses.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/generateclasses.yaml b/.github/workflows/generateclasses.yaml index eb2183873..24d49df44 100644 --- a/.github/workflows/generateclasses.yaml +++ b/.github/workflows/generateclasses.yaml @@ -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