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

build config: Gradle Version Catalog + type-safe project dependencies #2884

Merged
merged 13 commits into from Mar 17, 2023

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    df50360 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f49425 View commit details
    Browse the repository at this point in the history
  3. tidy up libs.versions.toml

    aSemy committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    1ebac4b View commit details
    Browse the repository at this point in the history
  4. tidy up versioning example

    aSemy committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    bf3af3a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ba58c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. suppress unstable Configuration.invoke() + dependency catalog (this c…

    …ode will probably be refactored later in Kotlin#2889)
    aSemy committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    37937d4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feat/gradle_version_catalog

    # Conflicts:
    #	gradle.properties
    #	runners/maven-plugin/build.gradle.kts
    aSemy committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    c937650 View commit details
    Browse the repository at this point in the history
  3. refactor maven-cli-setup.gradle.kts

    - re-use Maven versions from version-catalog
    - update naming to be more consistent
    aSemy committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    865ceb1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b087a7d View commit details
    Browse the repository at this point in the history
  5. revert kxs submodule version

    aSemy committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    f4c3b29 View commit details
    Browse the repository at this point in the history
  6. add -jvm suffix to dependencies

    helps with compatibility with older Kotlin versions, probably not needed once support for Kotlin 1.4 is dropped
    
    Co-authored-by: Ignat Beresnev <ignat@beresnev.me>
    aSemy and IgnatBeresnev committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    0e2f177 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5717321 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d216e45 View commit details
    Browse the repository at this point in the history