Skip to content

fix swaggerui resources incorrectly going in source directory#450

Merged
adamkorynta merged 1 commit intomainfrom
bugfix/swagger_build_resources
Apr 9, 2025
Merged

fix swaggerui resources incorrectly going in source directory#450
adamkorynta merged 1 commit intomainfrom
bugfix/swagger_build_resources

Conversation

@adamkorynta
Copy link
Contributor

Problem Description

Fixes #398 .

Solution

update to go under /build under generated sources

how you tested the change

Tested by running ./gradlew build and checking the git status. Tested running the web gui that the swagger page still loads.

Where the following done:

  • Tests. Check all that apply:
    • Unit tests created or modified that run during ant test.
    • Integration tests created or modified that run during integration testing
      (Formerly called regression tests.)
    • Test procedure descriptions for manual testing
  • Was relevant documentation updated?
  • Were relevant config element (e.g. XML data) updated as appropriate

update to go under /build under generated sources
@sonarqubecloud
Copy link

sonarqubecloud bot commented Apr 9, 2025

@adamkorynta adamkorynta merged commit d1c6ceb into main Apr 9, 2025
9 checks passed
@adamkorynta adamkorynta deleted the bugfix/swagger_build_resources branch April 9, 2025 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Swaggerui code from the swaggerui webjar should be expanded into the build Dir

2 participants