Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Version Handling in Build & Backend #1043

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from

Commits on Jun 25, 2021

  1. Configuration menu
    Copy the full SHA
    c8b63a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f7ffe5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf22052 View commit details
    Browse the repository at this point in the history
  4. Refactor whole version handling in build:

    1. use resource processing of gradle to put version numbers into version properties file in resources
    2. use same approach to also include the version numbers in spring application banner
    3. apply idea plugin in gradle to ensure the same output dirs are used in intellij
    4. extract the calculation of scenarioo version numbers into own version.gradle file
    5. use standard gradle version property in gradle files where appropriate
    bruderol committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    747c98f View commit details
    Browse the repository at this point in the history
  5. Merge branches 'develop' and 'feature/cleanup_gradle_config_version_m…

    …ess' of https://github.com/scenarioo/scenarioo into feature/cleanup_gradle_config_version_mess
    
    � Conflicts:
    �	scenarioo-server/build.gradle
    bruderol committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    fb51089 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b6f69f8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    91242ba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    76019d9 View commit details
    Browse the repository at this point in the history